Skip to content
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

add support to fetch user delegated keys #1412

Merged
merged 3 commits into from
Sep 22, 2023

Conversation

demoray
Copy link
Contributor

@demoray demoray commented Sep 20, 2023

A first step in creating user-delegated SAS signatures (#1346) is fetching a user delegation key.

This PR implements fetching the key from the service. Note, this adds the ISO-8601 format as used by Azure Storage, which is close but not exactly RFC-3339.

Ref: https://learn.microsoft.com/en-us/rest/api/storageservices/get-user-delegation-key

Brian Caswell added 3 commits September 20, 2023 18:09
A first step in creating user-delegated SAS signatures is fetching a user delegation key.

This PR implements fetching the key from the service.  Note, this adds the `ISO-8601` format as used by Azure Storage, which is close but not exactly `RFC-3339`.

Ref: https://learn.microsoft.com/en-us/rest/api/storageservices/get-user-delegation-key
@demoray demoray merged commit 4d394af into Azure:main Sep 22, 2023
19 checks passed
@demoray demoray deleted the add-support-request-user-delegation-keys branch September 22, 2023 13:06
@demoray
Copy link
Contributor Author

demoray commented Oct 9, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants