Expose secrets

This commit is contained in:
decentral1se 2021-06-11 16:14:29 +02:00
parent abd1365a47
commit e7c568f472
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 3 additions and 0 deletions

View File

@ -23,5 +23,8 @@ file_env() {
unset "$fileVar"
}
file_env "KEYCLOAK_CLIENT_SECRET"
file_env "APP_SECRET_KEY"
echo "Passing it back to the upstream ENTRYPOINT/CMD..."
exec "$@"