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 502eb16 commit f3790b8Copy full SHA for f3790b8
1 file changed
compose/cthq.properties
@@ -41,6 +41,13 @@ hq.sso.client.authentication.method=client_secret_post
41
# hq.sso.redirect.uri=https://${INTEL_FQDN}/api/v1/auth/sso/success/insights
42
# hq.sso.client.authentication.method=client_secret_post
43
44
+# hq.sso.provider=keycloak
45
+# hq.sso.client.id=YOUR_CLIENT_ID
46
+# hq.sso.client.secret=YOUR_CLIENT_SECRET
47
+# hq.sso.client.issuer.url=http://codetogether-keycloak:8080/realms/codetogether
48
+# hq.sso.redirect.uri=https://${INTEL_FQDN}/api/v1/auth/sso/success/insights
49
+# hq.sso.client.authentication.method=client_secret_post
50
+
51
# These values do not need to be changed, though secrets can be updated
52
hq.db.type=CASSANDRA
53
hq.cassandra.db.host=codetogether-cassandra
0 commit comments