mirror of
https://github.com/samply/bridgehead.git
synced 2026-03-31 18:00:18 +02:00
Add detailed logging for OVIS module initialization in setup script
Enhanced the ovis-setup.sh script to include a comprehensive log message when the OVIS module is enabled. This update provides clear visual feedback during the initialization process, indicating that OVIS services will start with local oauth2-proxy middleware.
This commit is contained in:
@@ -1,6 +1,17 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
if [ -n "$ENABLE_OVIS" ]; then
|
||||
log INFO ""
|
||||
log INFO "######################################################################"
|
||||
log INFO "# ___ __ _______ ____ __ __ ___ ____ _ _ _ _____ #"
|
||||
log INFO "# / _ \\ \ / /_ _/ ___| | \\/ |/ _ \\| _ \\| | | | | | ____|#"
|
||||
log INFO "# | | | |\\ \\ / / | |\\___ \\ | |\\/| | | | | | | | | | | | _| #"
|
||||
log INFO "# | |_| | \\ V / | | ___) | | | | | |_| | |_| | |_| | |___| |___ #"
|
||||
log INFO "# \\___/ \\_/ |___|____/ |_| |_|\\___/|____/ \\___/|_____|_____|#"
|
||||
log INFO "# #"
|
||||
log INFO "# OVIS MODULE ENABLED - INITIALIZING AUTH + ROUTING #"
|
||||
log INFO "######################################################################"
|
||||
log INFO ""
|
||||
log INFO "OVIS setup detected -- will start OVIS services with local oauth2-proxy middleware."
|
||||
TRUSTED_CA_DIR="/etc/bridgehead/trusted-ca-certs"
|
||||
OVIS_OAUTH2_PROXY_PROVIDER_CA_FILES=""
|
||||
|
||||
Reference in New Issue
Block a user