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
The error: io.kestra.core.secret.SecretService Could not decode secret 'SECRET_USER', make sure it is Base64-encoded: Illegal base64 character 7b
The character 7b is an ascii {, the first character of the macro template.
In comparison, the SECRET_PASS with base64 encoded value correctly maps to a variable.
The debug {{ secret('USER') }} retuns empty string.
Describe the issue
The .env file fails to parse into container env variable when using marcro.
.env file:
docker-compose.yml (relevant section)
The error:
io.kestra.core.secret.SecretService Could not decode secret 'SECRET_USER', make sure it is Base64-encoded: Illegal base64 character 7b
The character 7b is an ascii
{
, the first character of the macro template.In comparison, the SECRET_PASS with base64 encoded value correctly maps to a variable.
The debug
{{ secret('USER') }}
retuns empty string.Environment
The text was updated successfully, but these errors were encountered: