Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions compose/cthq.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ hq.collab.url=https://${COLLAB_FQDN}
hq.collab.secret=${INTEL_SECRET}

# Fill in values specific to your deployment
# THE LINE BELOW IS NOT NEEDED WITH SINGLE TENANT
#hq.sso.tenants=github,gitlab

# If you want to run with multiple SSO providers, add their names separated with commas
hq.sso.tenants=github

# GitHub SSO
hq.sso.github.provider=github
hq.sso.github.label=GitHub
Expand All @@ -18,13 +20,6 @@ hq.sso.github.info.uri=https://api.github.com/user
hq.sso.github.jwt.set.uri=https://token.actions.githubusercontent.com/.well-known/jwks
hq.sso.github.logout.uri=https://github.com/logout

# hq.sso.gitlab.provider=gitlab
# hq.sso.gitlab.label=Gitlab test
# hq.sso.gitlab.client.id=<gitlab_client_id>
# hq.sso.gitlab.client.secret=<gitlab_client_secret>
# hq.sso.gitlab.client.issuer.url=https://gitlab.com
# hq.sso.gitlab.azure.redirect.uri=https://${INTEL_FQDN}/api/v1/auth/sso/success/insights

# These values do not need to be changed, though secrets can be updated
hq.db.type=CASSANDRA
hq.cassandra.db.host=codetogether-cassandra
Expand Down
Loading