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

Storage Helper SAS Token blobContainerSigenedVersion issue #44

Open
stencore-repo opened this issue Nov 4, 2019 · 1 comment
Open

Comments

@stencore-repo
Copy link

stencore-repo commented Nov 4, 2019

Hello,

While I was working enabling Azure App Service WebApp and Http logs, I've used data_source_storage_account_blob_container_sas resource to generate SAS token. When we created SAS token and attached it to App Service, the logging feature doesn't work. After going deep on this, I noticed that the SAS token version is older than the version when I generated with Azure Powershell. The data_source_storage_account_blob_container_sas resource uses storage helper in this repo and the blobContainerSignedVersion parameter was set to "2018-11-09" as constant in sas_token.go file line 17.
const ( connStringAccountKeyKey = "AccountKey" connStringAccountNameKey = "AccountName" blobContainerSignedVersion = "2018-11-09" )

Is there any way to update the version to generate the SAS token with the latest version "2019-02-02". Then we will be able to use data_source_storage_account_blob_container_sas resource and app service logging feature of the terraform azurerm provider.

@bernardjeef
Copy link

bernardjeef commented Jan 13, 2021

Any update on this ??
I have the same problem, can't generate à sas token to log my application logs from app_service to blob storage

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

No branches or pull requests

2 participants