diff --git a/entrypoint.sh.tmpl b/entrypoint.sh.tmpl index 9d939dc..9ad6599 100644 --- a/entrypoint.sh.tmpl +++ b/entrypoint.sh.tmpl @@ -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 "$@"