Open andrijaperovic opened 3 years ago
https://github.com/spinnaker/kork/blob/ca3f39ff3a08eba68a2c99b94581d1aa2e79fff6/kork-secrets/src/test/java/com/netflix/spinnaker/kork/secrets/EncryptedSecretTest.java https://github.com/spinnaker/kork/blob/ca3f39ff3a08eba68a2c99b94581d1aa2e79fff6/kork-secrets/src/main/java/com/netflix/spinnaker/kork/secrets/SecretManager.java
Looks like the issue is that encrypted properties are not supported inside of service-settings.echo.env
.
After adding a plaintext value for AWS_SECRET_KEY it is working as expected.
facing the same issue as well for reading encryptedFile
After running the deploy.sh deployment script goes through successfully, however I am seeing error in the halyard container of spinnaker-operator pod:
I have specified secrets in the SpinnakerService CRD using the following convention:
Is there some limitation to what keys can be used? Or is this format incorrect?