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

[FEATURE] removing a key-value pair from secrets #759

Open
rabessers opened this issue Oct 1, 2024 · 0 comments
Open

[FEATURE] removing a key-value pair from secrets #759

rabessers opened this issue Oct 1, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@rabessers
Copy link

We deployed Akv2k8s with Multi Key Vault Secret.

When we remove a key-value pair from Azure Key Vault, that key-value pair is not deleted from the Kubernetes secret object while syncing.

For example, you can put those values to Azure Vault:

{ "key1": "value1", "key2": "value2", "key3": "value3" }

If we delete "key3": "value3" pair from Azure Vault Console, the deletion is not syncing with the secret object. I disabled the previous Azure Key Vault version but still that key-value stays inside secrets.
There is no problem with adding a new key-value pair or updating an existing one.

This issue is similar with #732

@rabessers rabessers added the enhancement New feature or request label Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant