feat: add Teiler and Exporter in BBMRI (#312)

Co-authored-by: Jan <59206115+Threated@users.noreply.github.com>
This commit is contained in:
djuarezgf
2025-06-05 16:55:03 +02:00
committed by GitHub
parent b7a42f3d3b
commit d482324361
13 changed files with 220 additions and 17 deletions

View File

@ -33,7 +33,6 @@ services:
TEILER_BACKEND_URL: "https://${HOST}/ccp-teiler-backend"
TEILER_DASHBOARD_URL: "https://${HOST}/ccp-teiler-dashboard"
OIDC_URL: "${OIDC_URL}"
OIDC_REALM: "${OIDC_REALM}"
OIDC_CLIENT_ID: "${OIDC_PUBLIC_CLIENT_ID}"
OIDC_TOKEN_GROUP: "${OIDC_GROUP_CLAIM}"
TEILER_ADMIN_NAME: "${OPERATOR_FIRST_NAME} ${OPERATOR_LAST_NAME}"