mirror of
https://github.com/samply/bridgehead.git
synced 2026-08-13 17:02:36 +02:00
ovis: require literal ENABLE_OVIS=true
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
if [ -n "$ENABLE_OVIS" ]; then
|
||||
if [ "$ENABLE_OVIS" == true ]; 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"
|
||||
|
||||
Reference in New Issue
Block a user