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
Whenever a user specifies a build_key_vault_name in their template we do not make a call to delete this key vault, this makes sense but as a result we leave behind an unused secret in the vault.
To solve this we need to make a call to delete the secret when a key vault is provided, if the key vault isn't provided it gets deleted correctly.
The text was updated successfully, but these errors were encountered:
Whenever a user specifies a
build_key_vault_name
in their template we do not make a call to delete this key vault, this makes sense but as a result we leave behind an unused secret in the vault.To solve this we need to make a call to delete the secret when a key vault is provided, if the key vault isn't provided it gets deleted correctly.
The text was updated successfully, but these errors were encountered: