Skip to content

Support secrets for Azure cache

Stan Hu requested to merge sh-add-azure-cache-secret-support into master

Right now admins can only use environment variables to configure the Azure storage account name and secret key. This commit allows azureaccess to be defined as a new Kubernetes secret with two literal values: azure_account_name and azure_account_key.

Closes #227 (closed)

Edited by Stan Hu

Merge request reports