Add ovis oidc redirect path

This commit is contained in:
Tobias Kussel
2026-03-26 13:25:47 +01:00
parent 8e52874b5f
commit 1e1d0e99d0
2 changed files with 2 additions and 1 deletions

View File

@@ -3,4 +3,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