We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Transform with base64decode is working as expected for single secret value but we are looking for multi key value secret.
My Secret name is TEST and the value is { "test1": "dGVzdAo=", "test2": "dGVzdAo=" }
I am creating multi key vault pair akvs but the content is still coming as encoded from key vault as ZEdWemRBbz0K
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Transform with base64decode is working as expected for single secret value but we are looking for multi key value secret.
My Secret name is TEST and the value is
{
"test1": "dGVzdAo=",
"test2": "dGVzdAo="
}
I am creating multi key vault pair akvs but the content is still coming as encoded from key vault as ZEdWemRBbz0K
The text was updated successfully, but these errors were encountered: