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

Commits on Sep 20, 2023

  1. add support to fetch user delegated keys

    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
    Brian Caswell committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    1e4413a View commit details
    Browse the repository at this point in the history
  2. simplify

    Brian Caswell committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    5285dcf View commit details
    Browse the repository at this point in the history
  3. clippy

    Brian Caswell committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    d46280c View commit details
    Browse the repository at this point in the history