You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using azure-storage-blob extension, however we see that providing connection string is mandatory, this poses a security risk as we do not want to expose this in our application or IAC code.
Is there a way to assign this value at runtime probably by reading it from Secrets Manages or Azure Key vault ?
The text was updated successfully, but these errors were encountered:
Hello @parasjain27031994, I haven't tried it yet, but it's possible to read connection string of the azure storage blob from Azure Key Vault using extension io.quarkiverse.azureservices:quarkus-azure-keyvault at runtime:
Create Azure Storage Blob and Azure Key Vault, and add connection string of the Azure Storage Blob as one of the secrets in the Azure key Vault, e.g., secret-azure-storage-blob-conn-string;
Include io.quarkiverse.azureservices:quarkus-azure-keyvault:1.0.7 in your app;
We are using azure-storage-blob extension, however we see that providing connection string is mandatory, this poses a security risk as we do not want to expose this in our application or IAC code.
Is there a way to assign this value at runtime probably by reading it from Secrets Manages or Azure Key vault ?
The text was updated successfully, but these errors were encountered: