Skip to content

Commit 11960dd

Browse files
authored
fix: cleanup for sso tenants (#117)
1 parent f21332a commit 11960dd

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

compose/cthq.properties

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ hq.collab.url=https://${COLLAB_FQDN}
44
hq.collab.secret=${INTEL_SECRET}
55

66
# Fill in values specific to your deployment
7-
# THE LINE BELOW IS NOT NEEDED WITH SINGLE TENANT
8-
#hq.sso.tenants=github,gitlab
7+
8+
# If you want to run with multiple SSO providers, add their names separated with commas
9+
hq.sso.tenants=github
10+
911
# GitHub SSO
1012
hq.sso.github.provider=github
1113
hq.sso.github.label=GitHub
@@ -18,13 +20,6 @@ hq.sso.github.info.uri=https://api.github.com/user
1820
hq.sso.github.jwt.set.uri=https://token.actions.githubusercontent.com/.well-known/jwks
1921
hq.sso.github.logout.uri=https://github.com/logout
2022

21-
# hq.sso.gitlab.provider=gitlab
22-
# hq.sso.gitlab.label=Gitlab test
23-
# hq.sso.gitlab.client.id=<gitlab_client_id>
24-
# hq.sso.gitlab.client.secret=<gitlab_client_secret>
25-
# hq.sso.gitlab.client.issuer.url=https://gitlab.com
26-
# hq.sso.gitlab.azure.redirect.uri=https://${INTEL_FQDN}/api/v1/auth/sso/success/insights
27-
2823
# These values do not need to be changed, though secrets can be updated
2924
hq.db.type=CASSANDRA
3025
hq.cassandra.db.host=codetogether-cassandra

0 commit comments

Comments
 (0)