From e7c568f4721f0fa8e6b58f0128bf2390114d1378 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Fri, 11 Jun 2021 16:14:29 +0200 Subject: [PATCH] Expose secrets --- entrypoint.sh.tmpl | 3 +++ 1 file changed, 3 insertions(+) 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 "$@"