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

[ARM Builder] Build KeyVault Secret not deleted when build_key_vault_name is specified #343

Open
JenGoldstrich opened this issue Oct 6, 2023 · 0 comments
Labels

Comments

@JenGoldstrich
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant