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
With current architecture we cannot delete the keys from providers (azure, aws) etc. We currently rely on date timestamps to update the keys. Deletion of key gets rid of metadata.
Workarounds:
[Providers: All] Delete the kubernetes secret and resync.
[Providers: AWS] Set the key value to "". Resync. Delete the key from secretsmanager.
[Providers: Azure] Disable / Expire / Deactivate the secret in keyvault.
The text was updated successfully, but these errors were encountered:
With current architecture we cannot delete the keys from providers (
azure
,aws
) etc. We currently rely on date timestamps to update the keys. Deletion of key gets rid of metadata.Workarounds:
The text was updated successfully, but these errors were encountered: