chore: wire oidc environment configuration

This commit is contained in:
Bastian Wagner
2026-08-17 15:54:30 +02:00
parent 6e991bfd00
commit 60e09d5050
5 changed files with 41 additions and 1 deletions

View File

@@ -13,3 +13,6 @@ TEAMCITY_BUILD_NUMBER=local
SOURCE_REVISION=local
TLS_CERT_FILE=/etc/travel-planner/tls/tls.crt
TLS_KEY_FILE=/etc/travel-planner/tls/tls.key
OIDC_ISSUER=https://idp.example.invalid/realms/travel-planner
OIDC_AUDIENCE=travel-planner-api
OIDC_CLIENT_ID=travel-planner-web