We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4c1c1 commit 19fedffCopy full SHA for 19fedff
1 file changed
docker-compose.yml
@@ -285,6 +285,11 @@ services:
285
environment:
286
# Quarkus profile - use prod-kafka for Kafka messaging
287
QUARKUS_PROFILE: prod-kafka
288
+ # OAuth/JWT configuration
289
+ # OAUTH_ISSUER: Expected issuer claim in JWT tokens (external URL that user-management advertises)
290
+ OAUTH_ISSUER: ${DEPLOYMENT_HOST_URL:-http://localhost:8080}/
291
+ # MP_JWT_VERIFY_PUBLICKEY_LOCATION: Internal URL to fetch JWKS for signature verification
292
+ MP_JWT_VERIFY_PUBLICKEY_LOCATION: http://user-management:8080/.well-known/jwks
293
# DataDog APM configuration
294
DD_SERVICE: sticker-catalogue
295
DD_ENV: development
0 commit comments