From 2a8ed0f30e19870253ab9a8bc9162e77b7e0afc3 Mon Sep 17 00:00:00 2001 From: Wojciech Galanciak Date: Mon, 12 May 2025 20:30:26 +0200 Subject: [PATCH] cleanup for sso tenants --- compose/cthq.properties | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/compose/cthq.properties b/compose/cthq.properties index 5c6e13c..8b8c254 100644 --- a/compose/cthq.properties +++ b/compose/cthq.properties @@ -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 @@ -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= -# hq.sso.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