Commit graph

7 commits

Author SHA1 Message Date
Gavin Frazar 5bb0ef15db
add dynamodb database access (#18843)
* Add a new db engine
* Add tests for new engine
* Update tsh db subcommands
* Refactor error message and suggestions for unsupported tsh commands
* Add dynamodb to test plan
* Add AWS external ID to db config and update protos
2022-12-30 18:22:30 +00:00
Mike Jensen e1c7304e21
Disable FuzzMongoRead test due to instability (#19418) 2022-12-16 16:34:10 +00:00
Zac Bergquist dca43edffc
fuzz: fix broken OSS-Fuzz build (#18814)
Signed-off-by: AdamKorcz <adam@adalogics.com>
Signed-off-by: Zac Bergquist <zac.bergquist@goteleport.com>
2022-11-29 18:42:26 +00:00
Cam Hutchison 45642fbc0e
Remove SAML connector and tests (#18285)
Remove the SAML connector from the OSS repository. It has been migrated
to the enterprise repository.
2022-11-28 14:45:12 +11:00
Reed Loden fd4097b931
Remove duplicate fuzzer fuzz_parser_eval_bool_predicate from fuzzer build list (#15235)
`fuzz_parser_eval_bool_predicate` was accidentally included twice, so remove one.
2022-08-05 22:47:46 +00:00
Jakub Nyckowski 1b3a80f189
Reject invalid length in Mongo header (#14609) 2022-07-20 22:09:19 +00:00
Norbert Szetei 0ab9716aac
oss fuzz integration (#13473)
* Update api/types/fuzz_test.go
* do not fail if the file is missing
* missing go-118-fuzz-build fix

Co-authored-by: Zac Bergquist <zac.bergquist@goteleport.com>
2022-06-18 21:28:07 +00:00