Skip to content

Commit 502eb16

Browse files
nmorenorwgalanciak
andauthored
144 keycloak (#147)
* initial config * Docker compose example to run keycloak * Undo properties file change * fixes on properties file --------- Co-authored-by: Wojciech Galanciak <wojtek@codetogether.com>
1 parent 40dffd5 commit 502eb16

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

compose/cthq.properties

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ hq.sso.client.authentication.method=client_secret_post
3434
# hq.sso.redirect.uri=https://${INTEL_FQDN}/api/v1/auth/sso/success/insights
3535
# hq.sso.client.authentication.method=client_secret_post
3636

37+
# hq.sso.provider=keycloak
38+
# hq.sso.client.id=YOUR_CLIENT_ID
39+
# hq.sso.client.secret=YOUR_CLIENT_SECRET
40+
# hq.sso.client.issuer.url=http://codetogether-keycloak:8080/realms/codetogether
41+
# hq.sso.redirect.uri=https://${INTEL_FQDN}/api/v1/auth/sso/success/insights
42+
# hq.sso.client.authentication.method=client_secret_post
43+
3744
# These values do not need to be changed, though secrets can be updated
3845
hq.db.type=CASSANDRA
3946
hq.cassandra.db.host=codetogether-cassandra

0 commit comments

Comments
 (0)