File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,8 +4,10 @@ hq.collab.url=https://${COLLAB_FQDN}
44hq.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
1012hq.sso.github.provider =github
1113hq.sso.github.label =GitHub
@@ -18,13 +20,6 @@ hq.sso.github.info.uri=https://api.github.com/user
1820hq.sso.github.jwt.set.uri =https://token.actions.githubusercontent.com/.well-known/jwks
1921hq.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
2924hq.db.type =CASSANDRA
3025hq.cassandra.db.host =codetogether-cassandra
You can’t perform that action at this time.
0 commit comments