diff --git a/cce/modules/project-manager-setup.sh b/cce/modules/project-manager-setup.sh index 78efbd0..dc068b9 100644 --- a/cce/modules/project-manager-setup.sh +++ b/cce/modules/project-manager-setup.sh @@ -16,5 +16,4 @@ if [ "$ENABLE_PROJECT_MANAGER" == true ]; then SQL_GUI_AUTH="$(echo \"This is a salt string to generate one consistent basic authentication password for the project manager database GUI. It is not required to be secret.\" | sha1sum | openssl pkeyutl -sign -inkey /etc/bridgehead/pki/${SITE_ID}.priv.pem | base64 | head -c 30)" TEST_SMTP_AUTH="$(echo \"This is a salt string to generate one consistent basic authentication password for the project manager test SMTP server. It is not required to be secret.\" | sha1sum | openssl pkeyutl -sign -inkey /etc/bridgehead/pki/${SITE_ID}.priv.pem | base64 | head -c 30)" - add_public_oidc_redirect_url "/requester/*" fi diff --git a/cce/modules/teiler-setup.sh b/cce/modules/teiler-setup.sh index 7c281cf..41bc050 100644 --- a/cce/modules/teiler-setup.sh +++ b/cce/modules/teiler-setup.sh @@ -5,5 +5,6 @@ if [ "$ENABLE_TEILER" == true ];then OVERRIDE+=" -f ./$PROJECT/modules/teiler-compose.yml" TEILER_DEFAULT_LANGUAGE=EN TEILER_DEFAULT_LANGUAGE_LOWER_CASE=${TEILER_DEFAULT_LANGUAGE,,} - add_public_oidc_redirect_url "/cce-teiler/*" + ## add_public_oidc_redirect_url "/cce-teiler/*" ## TODO: Add this again if we use secret sync. Temporally, we + ## add the clients manually. fi