bridgehead/ccp/modules/teiler-setup.sh

8 lines
253 B
Bash
Raw Normal View History

2023-09-04 16:43:40 +02:00
#!/bin/bash -e
if [ "$ENABLE_TEILER" == true ];then
log INFO "Teiler setup detected -- will start Teiler services."
OVERRIDE+=" -f ./$PROJECT/modules/teiler-compose.yml"
2023-11-17 10:27:12 +01:00
generate_public_oidc_client "OIDC_PUBLIC" "https://${HOST}/ccp-teiler/*"
fi