Hello community. I have a question regarding the External Secrets. I setup the connection to our AWS Secrets Manager and successfully loaded secrets values. Based on the docs, I can now use {{ $secrets.awsSecretsManager.secret_name }}
. However, it doesn’t work in our pipelines - I always get null
. Is it even allowed to be used in pipelines?
Our use case is we want to keep username/password for the external service in our secrets rather than in a variable. One of the nodes in the pipeline performs authorization in that external service.