From 7c75fac3360b8bc3df630b5f8e12b2ff927a2d23 Mon Sep 17 00:00:00 2001 From: mo khan Date: Sun, 11 May 2025 22:41:08 -0600 Subject: chore: fix the production deployment --- start.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/start.sh b/start.sh index f0d0a0d..f4d8b9a 100644 --- a/start.sh +++ b/start.sh @@ -17,6 +17,12 @@ if [ "$oidc_scheme" = "http" ]; then yaml=$(echo "$yaml" | sed -e "s/port_value: 443/port_value: $oidc_port/") fi +# I need an adult with access to vault to set this +if [ -z "$OAUTH_CLIENT_SECRET" ]; then + export OAUTH_CLIENT_SECRET="secret" +fi + +# and this. if [ -z "$HMAC_SESSION_SECRET" ]; then export HMAC_SESSION_SECRET="$OAUTH_CLIENT_SECRET" fi -- cgit v1.2.3