Skip to content

Commit bca6831

Browse files
author
Dennis Labordus
committed
Make Group Path configurable.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 2134ba4 commit bca6831

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/src/main/resources/application.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ quarkus.http.cors = false
66
quarkus.http.root-path = /compas-scl-data-service/
77
quarkus.http.limits.max-body-size = 150M
88

9-
quarkus.log.level = debug
10-
quarkus.log.category."org.lfenergy.compas.scl.data".level = debug
9+
quarkus.log.level = info
10+
quarkus.log.category."org.lfenergy.compas.scl.data".level = info
1111

1212
# BaseX configuration
1313
basex.host = ${BASEX_HOST:localhost}
@@ -24,7 +24,7 @@ basex.password = ${BASEX_PASSWORD:admin}
2424

2525
# Smallrye JWT Properties (Microprofile)
2626
smallrye.jwt.verify.key.location = ${JWT_VERIFY_KEY:http://localhost:8089/auth/realms/compas/protocol/openid-connect/certs}
27-
smallrye.jwt.path.groups = resource_access/scl-data-service/roles
27+
smallrye.jwt.path.groups = ${JWT_GROUPS_PATH:resource_access/scl-data-service/roles}
2828
mp.jwt.verify.issuer = ${JWT_VERIFY_ISSUER:http://localhost:8089/auth/realms/compas}
2929
mp.jwt.verify.audiences = ${JWT_VERIFY_CLIENT_ID:scl-data-service}
3030

0 commit comments

Comments
 (0)