Skip to content

Commit

Permalink
Fix for OIDC_ISSUER
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Feb 16, 2024
1 parent 917bb5a commit dda2b20
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ services:
startup:
environment:
arangodb__ensureDefaults:
OIDC_ISSUER: ~
# Disable normal proxy
proxy:
scale: 0
Expand All @@ -40,3 +41,17 @@ services:
- ${DOMAIN}
# Pretend to be the proxy
- proxy

# HOTFIX: ensure OIDC_ISSUER is set
http-handler:
environment:
OIDC_ISSUER: ~
auth:
environment:
OIDC_ISSUER: ~
well-known:
environment:
OIDC_ISSUER: ~
user:
environment:
OIDC_ISSUER: ~

0 comments on commit dda2b20

Please sign in to comment.