Skip to content

Commit 0f31fb5

Browse files
finos#715 instead of buildtime property, use oidc runtime property to on/off the odic integration (finos#1138)
1 parent ab17256 commit 0f31fb5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

calm-hub/src/main/resources/application-secure.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ quarkus.oidc.tls.verification=none
1212
quarkus.oidc.auth-server-url=https://localhost:9443/realms/calm-hub-realm
1313
quarkus.oidc.client-id=calm-hub-producer-app
1414
quarkus.oidc.token.audience=calm-hub-producer-app
15-
quarkus.oidc.enabled=true
15+
quarkus.oidc.tenant-enabled=true

calm-hub/src/main/resources/application.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ quarkus.mongodb.connection-string = mongodb://localhost:27017
66
quarkus.mongodb.database = calmSchemas
77

88
#Disable creating the keycloak container for default profile.
9-
quarkus.oidc.enabled=false
10-
quarkus.keycloak.devservices.enabled=false
9+
quarkus.oidc.enabled=true
10+
quarkus.keycloak.devservices.enabled=false
11+
quarkus.oidc.tenant-enabled=false

0 commit comments

Comments
 (0)