auto generate ovis cookie secret

This commit is contained in:
Skiba Jan
2026-07-14 15:36:31 +02:00
committed by tm16-medma
parent 2d1f9747a0
commit fdc3465082
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -4,4 +4,5 @@ if [ -n "$ENABLE_OVIS" ]; then
log INFO "OVIS setup detected -- will start OVIS services with local oauth2-proxy middleware."
OVERRIDE+=" -f ./$PROJECT/modules/ovis-compose.yml"
add_private_oidc_redirect_url "/oauth2-ovis/callback"
fi
OVIS_AUTH_COOKIE_SECRET="$(generate_simple_password 'ovisCookieSecret' | head -c 16)"
fi