-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Feature Request: Add support for Azure Container SAS tokens #3068
Comments
I agree with @jrauschenbusch that there is a need for more extensive support for SAS tokens of different types. In my opinion, it would be helpful to have resources instead of data sources for SAS tokens. The advantage of resources in this case is, that the generated SAS tokens stay persistent across multiple Terraform runs. An example use case is passing an Azure Storage Blob URL in the virtual machine custom script extension with a SAS token. |
This comment has been minimized.
This comment has been minimized.
I'll implement it as soon as this PR is through: hashicorp/go-azure-helpers#34 // edit: PR is through; waiting for release of 0.6.0 of the go-azure-helpers |
PR: #4195 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
Community Note
Description
Currently there is no native support for Azure Service SAS tokens.
As already mentioned #59 there are different types of SAS tokens.
To allow a more fine-grained access control it would be nice to have native support inside terraform without the need to use local-exec.
As the configuration options (especially the permission semantic) for Service SAS tokens depends on the service type i would suggest to create different SAS data sources for each of the following types:
blob
,container
,share
,file
,queue
,table
New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: