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
azd is storing secrets in base64 format under ~/.azd/vaults/{some id}.json.
azd deploy is then copying these values under my Azure ContainerApp Secrets, for example:
How do I edit with azd the secrets stored locally under ~/.azd/vaults ? azd env set-secret doesn't allow to write to the local vault, only to Azure KV.
Currently I find the right vault by inspecting .azure/{env id}/config.json and manually edit the corersponding file under ~/.azd/vaults/, dealing with base64 encoding manually. However, this manual process is error prone and cannot be automated in CD pipelines.
azd
is storing secrets in base64 format under~/.azd/vaults/{some id}.json
.azd deploy
is then copying these values under my Azure ContainerApp Secrets, for example:How do I edit with
azd
the secrets stored locally under~/.azd/vaults
?azd env set-secret
doesn't allow to write to the local vault, only to Azure KV.Currently I find the right vault by inspecting
.azure/{env id}/config.json
and manually edit the corersponding file under~/.azd/vaults/
, dealing with base64 encoding manually. However, this manual process is error prone and cannot be automated in CD pipelines.Example:
.azure/myenv/config.json
:Example:
~/.azd/vaults/11073122-0831-4cba-9ed8-17ec4360fde8.json
:The text was updated successfully, but these errors were encountered: