-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-44308: [C++][FS][Azure] Implement SAS token authentication #45021
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
kou
merged 22 commits into
apache:main
from
Tom-Newton:tomnewton/implement_sas_auth_on_azure/GH-44308
Dec 17, 2024
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
1abba8e
Working with ConfigureSasCredential
Tom-Newton ea091b4
Real access test working against azurite
Tom-Newton 6df79f7
Fix creating getting Azure env in test
Tom-Newton 567488b
Use credential_kind_ to detect credential type inside GenerateSASToke…
Tom-Newton 6869067
Use original sas token inside `CopyFile` instead of generating a new …
Tom-Newton 0ffd832
Fix appending SAS token twice - all tests pass
Tom-Newton a2b826c
Support SAS token in AzureOptions::FromUri
Tom-Newton 9c6ec0e
Update SasCredential test to cover extra query parmaters
Tom-Newton f4177be
Adjust comment and increase SAS expiry time
Tom-Newton d19e87f
Update comments
Tom-Newton 15fe2c6
Autoformat
Tom-Newton b57ebea
PR comments
Tom-Newton e200b8e
Avoid generating SAS tokens on the fly.
Tom-Newton b0fd1d3
Add an extra test copying to a different container
Tom-Newton 744e111
Update comment
Tom-Newton c8fd94d
Remove AzureOptions::GenerateSASToken
Tom-Newton 83a0b40
Remove debug change
Tom-Newton d60742b
Rename Sas -> SAS
Tom-Newton 63f9773
Add a comment about the polling interval
Tom-Newton d55510a
Only allow query parameters we know can be part of a sas token
Tom-Newton 7576c4c
More renaming Sas -> SAS
Tom-Newton eece05e
Give up on `contexpr`. Make it a `static const std::set<std::string>`
Tom-Newton 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
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.