chore: remove secret sync in cce

This commit is contained in:
David Juarez
2026-07-31 12:23:26 +02:00
parent 7e172faf5f
commit ef152c0a37
2 changed files with 2 additions and 2 deletions
+2 -1
View File
@@ -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