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

Azure Signed URL Support #5232

Closed
Tracked by #23
tustvold opened this issue Dec 22, 2023 · 1 comment · Fixed by #5259
Closed
Tracked by #23

Azure Signed URL Support #5232

tustvold opened this issue Dec 22, 2023 · 1 comment · Fixed by #5259
Labels
enhancement Any new improvement worthy of a entry in the changelog good first issue Good for newcomers help wanted object-store Object Store Interface

Comments

@tustvold
Copy link
Contributor

tustvold commented Dec 22, 2023

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

#4876 added support for generating S3 URLs, via the Signer trait. This ticket tracks implementing Signer for MicrosoftAzure
Describe the solution you'd like

Azure calls this functionality a Shared Access Signature.

Depending on the type of credential available to MicrosoftAzure there are different ways to generate a signed URL:

In both cases, there are a lot of options for further restricting the signatures with access policies, encryption, IP restrictions, etc... an initial implementation should stick to using the defaults as a first step.

Describe alternatives you've considered

Additional context

Split out from #3027

@tustvold tustvold added good first issue Good for newcomers enhancement Any new improvement worthy of a entry in the changelog help wanted labels Dec 22, 2023
@tustvold tustvold changed the title Azure Signed Url Support Azure Signed URL Support Dec 22, 2023
@tustvold
Copy link
Contributor Author

tustvold commented Jan 5, 2024

label_issue.py automatically added labels {'object-store'} from #5259

@tustvold tustvold added the object-store Object Store Interface label Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Any new improvement worthy of a entry in the changelog good first issue Good for newcomers help wanted object-store Object Store Interface
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant