-
Notifications
You must be signed in to change notification settings - Fork 2.1k
add dynamodb database access #18843
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
GavinFrazar
merged 52 commits into
master
from
gavinfrazar/add-dynamodb-database-access
Dec 30, 2022
Merged
add dynamodb database access #18843
Changes from all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
8a8b780
Add DynamoDB database access
GavinFrazar 22e1d4b
add clarifying comment and refactor uri validation into helper func
GavinFrazar fd45d0e
update tests
GavinFrazar 882fc3d
undo temp change to test code
GavinFrazar a80885f
move proxy getter back
GavinFrazar 5612912
fixup changes
GavinFrazar bb93a20
Update lib/srv/db/dynamodb/engine.go
GavinFrazar 5186ebe
Update lib/srv/db/dynamodb/test.go
GavinFrazar 1c611c3
Update lib/srv/db/dynamodb/engine.go
GavinFrazar 605f81b
address feedback
GavinFrazar b45a3d5
remove dependency on aws go sdk in api
GavinFrazar 08a1d59
update tests
GavinFrazar 06744f4
add test for region -> endpoint suffix
GavinFrazar 07cfa9c
fix test
GavinFrazar 218f176
fix test
GavinFrazar fe040f8
Update lib/srv/db/dynamodb/engine.go
GavinFrazar 0e08902
Update lib/srv/db/dynamodb/engine.go
GavinFrazar c90b102
Update api/utils/aws/endpoint.go
GavinFrazar 04229e8
Update tool/tsh/db.go
GavinFrazar d1bed50
ioutil -> io
GavinFrazar 1458595
service -> serviceID
GavinFrazar 959f8f1
Rename dynamodb config check func
GavinFrazar 3e5af7a
Add reference link to aws error message json format
GavinFrazar ad92287
Remove superfluous content-length header removal
GavinFrazar fde3ffb
refactor dynamodb config checking to parse the endpoint
GavinFrazar c226860
Update and add tests for dynamodb endpoints and database creation
GavinFrazar c4d5cea
Add fuzz test for parsing dynamodb endpoint
GavinFrazar abf6d8e
Emit audit event with an error code when request fails to roundtrip
GavinFrazar 4408735
Refactor dynamodb engine
GavinFrazar 4f29e12
Update protos to include DB AWS ExternalID
GavinFrazar 02d8bf4
Add DB AWS ExternalID to config
GavinFrazar bca6e2c
Fix comment wording
GavinFrazar da9ae5c
Pass the AWS externalID for signing in dynamodb engine
GavinFrazar c916bfd
Fix event code suffix for errors
GavinFrazar 709f106
Don't require dynamodb --db-user for tsh db login
GavinFrazar 039ea82
don't require elasticsearch tunnel
GavinFrazar 6383bfb
display better command alternatives for unsupported tsh db subcommand…
GavinFrazar e218055
Always emit audit log for each request regardless of errors
GavinFrazar 950b0d7
Add dynamodb to test plan
GavinFrazar 3248ad3
Fix sign request args
GavinFrazar 45dca3b
Remove back quotes
GavinFrazar dc2934d
Remove status code conversion
GavinFrazar 6799f6b
Fix spelling
GavinFrazar 91684f4
Remove unused field in test server
GavinFrazar ab74be5
Merge branch 'master' into gavinfrazar/add-dynamodb-database-access
GavinFrazar 78e56a2
Merge branch 'master' into gavinfrazar/add-dynamodb-database-access
GavinFrazar 3b51733
Refactor request body copying/closing
GavinFrazar 56bf0fb
Merge branch 'master' into gavinfrazar/add-dynamodb-database-access
GavinFrazar 3080e50
Merge branch 'master' into gavinfrazar/add-dynamodb-database-access
GavinFrazar ab82fc6
Merge branch 'master' into gavinfrazar/add-dynamodb-database-access
GavinFrazar 2cc75ea
Merge branch 'master' into gavinfrazar/add-dynamodb-database-access
GavinFrazar 4a5a472
remove unused local var
GavinFrazar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.