Skip to content

Add support for SAS Keys for Azure Blob #719

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

Closed
pjbgf opened this issue May 12, 2022 · 0 comments · Fixed by #738
Closed

Add support for SAS Keys for Azure Blob #719

pjbgf opened this issue May 12, 2022 · 0 comments · Fixed by #738
Assignees
Labels
area/bucket Bucket related issues and pull requests enhancement New feature or request

Comments

@pjbgf
Copy link
Member

pjbgf commented May 12, 2022

Azure Blob supports a wide range of authentication methods. Flux supports all of them, with the exception of SAS Keys.

SAS Keys are a series of information, including a SAS Token, which are defined as query string parameters in the storage resource URI and are used by Azure for authenticating the request.
Source controller should add support for copying such information from secrets and injecting into the base URL on-demand, just before sending it over to the Azure SDK.

@pjbgf pjbgf added the enhancement New feature or request label May 12, 2022
@stefanprodan stefanprodan added the area/bucket Bucket related issues and pull requests label May 12, 2022
@somtochiama somtochiama self-assigned this May 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/bucket Bucket related issues and pull requests enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants