Skip to content

Commit 3c5b4d4

Browse files
authored
Merge pull request #8077 from aldbr/main_FIX_add-diracx-token-issuer
[9.0] feat: specify diracx token issuer in docker compose
2 parents 6444057 + cf1f215 commit 3c5b4d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/CI/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ services:
222222
- DIRACX_DB_URL_PILOTAGENTSDB=mysql+aiomysql://Dirac:Dirac@mysql/PilotAgentsDB
223223
- 'DIRACX_OS_DB_PILOTLOGSDB={"sqlalchemy_dsn": "mysql+aiomysql://Dirac:Dirac@mysql/PilotLogsDB"}'
224224
- DIRACX_SERVICE_AUTH_TOKEN_KEY=file:///signing-key/rs256.key
225+
- DIRACX_SERVICE_AUTH_TOKEN_ISSUER=http://diracx:8000
225226
- DIRACX_SERVICE_AUTH_ALLOWED_REDIRECTS=["http://diracx:8000/docs/oauth2-redirect"]
226227
# Obtained with head -c 32 /dev/urandom | base64
227228
- DIRACX_SERVICE_AUTH_STATE_KEY=uSNPPtZ1EbC5np13zOwmWJ84Duix753Hejzk/u/MQE4=

0 commit comments

Comments
 (0)