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

[BUG] AKVS not removing any keys/values deleted in Key Vault after sync #732

Open
abh07054 opened this issue Jun 18, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@abh07054
Copy link

We are using Multi Key Vault Secret from Azure Key vault

In first version the content is given as
{
"test1": "dGVzdAo=",
"test2": "dGVzdAo="
}

In second version the content is given as
{
"test1": "dGVzdAo=",
"test2": "dGVzdAo="
"test3": "dGVzdAo=",
}

AKVS was able to sync to output as secret until now but after some time we deleted test3 key value and we made it as first version in key vault. but the key test3 still exists in secret even after sync.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant