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
Describe the bug
secret output transfrom using base64decode seems not working anymore, after we upgraded the CRDs. Earlier, it used to work with a setup like this:
Azure Key Vault secret named 'dummy' created, content 'dummy', as base64-encoded.
In AKS kubernetes version 1.17.11 cluster, 'kubectl apply' the following:
Now, running 'kubectl apply -f dummy.yaml', which creates akvs-object and synchronizes the secret successfully from key vault. However, it does not base64 decode the secret:
Components and versions
Select which component(s) the bug relates to with [X].
[X] Controller, version:
1.1.0
(docker image tag)[X] Other: chart version 1.1.26 and latest available CRD:
https://raw.githubusercontent.com/sparebankenvest/azure-key-vault-to-kubernetes/master/crds/AzureKeyVaultSecret.yaml
Describe the bug
secret output transfrom using base64decode seems not working anymore, after we upgraded the CRDs. Earlier, it used to work with a setup like this:
Azure Key Vault secret named 'dummy' created, content 'dummy', as base64-encoded.
In AKS kubernetes version 1.17.11 cluster, 'kubectl apply' the following:
dummy.yaml:
Now, after installing it to a new kubernetes kluster running version 1.19.3 and latest CRD, seems 'transforms' has changed to 'transform':
Changed 'transforms' to 'transform' in dummy.yaml':
Now, running 'kubectl apply -f dummy.yaml', which creates akvs-object and synchronizes the secret successfully from key vault. However, it does not base64 decode the secret:
Only after another decoding, the content is revealed:
To Reproduce
As described above.
Expected behavior
The azure keyvault secret is base64-decoded once synced as kubernetes secret.
The text was updated successfully, but these errors were encountered: