Describe the bug
can't find a way to encrypt a secret with the prefix of "-----BEGIN PRIVATE KEY-----\n".
tried with wrapping the secret with " or `, each one giving a different error
Versions used
Kamus CLI: latest
To Reproduce
Steps to reproduce the behavior:
az acr login --name acreastus \
&& docker pull acreastus.azurecr.io/kamus-cli:latest \
&& docker run -it --init acreastus.azurecr.io/kamus-cli:latest encrypt --secret "-----BEGIN PRIVATE KEY-----\nbla bla bla\n-----END PRIVATE KEY-----\n" --service-account some-name --namespace some-name
Expected behavior
be able to encrypt a value starting with the mentioned prefix
Describe the bug can't find a way to encrypt a secret with the prefix of "-----BEGIN PRIVATE KEY-----\n". tried with wrapping the secret with " or `, each one giving a different error
Versions used Kamus CLI: latest
To Reproduce Steps to reproduce the behavior:
Expected behavior be able to encrypt a value starting with the mentioned prefix