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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: