Skip to content

Commit 6698bd8

Browse files
committed
Undo properties file change
1 parent 16bcea2 commit 6698bd8

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

compose/cthq.properties

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@ hq.collab.secret=${INTEL_SECRET}
99
# hq.sso.tenants=github
1010

1111
# GitHub SSO
12-
# hq.sso.github.provider=github
13-
# hq.sso.github.label=GitHub
14-
# hq.sso.github.client.id=Iv1.45b9336a78ce2476
15-
# hq.sso.github.client.secret=c4446ad126ec65b3d926e37de3fe880246aff371
16-
# hq.sso.github.redirect.uri=https://${INTEL_FQDN}/api/v1/auth/sso/success/insights
17-
# hq.sso.github.auth.uri=https://github.com/login/oauth/authorize
18-
# hq.sso.github.token.uri=https://github.com/login/oauth/access_token
19-
# hq.sso.github.info.uri=https://api.github.com/user
20-
# hq.sso.github.jwt.set.uri=https://token.actions.githubusercontent.com/.well-known/jwks
21-
# hq.sso.github.logout.uri=https://github.com/logout
12+
hq.sso.github.provider=github
13+
hq.sso.github.label=GitHub
14+
hq.sso.github.client.id=Iv1.45b9336a78ce2476
15+
hq.sso.github.client.secret=c4446ad126ec65b3d926e37de3fe880246aff371
16+
hq.sso.github.redirect.uri=https://${INTEL_FQDN}/api/v1/auth/sso/success/insights
17+
hq.sso.github.auth.uri=https://github.com/login/oauth/authorize
18+
hq.sso.github.token.uri=https://github.com/login/oauth/access_token
19+
hq.sso.github.info.uri=https://api.github.com/user
20+
hq.sso.github.jwt.set.uri=https://token.actions.githubusercontent.com/.well-known/jwks
21+
hq.sso.github.logout.uri=https://github.com/logout
2222

23-
hq.sso.provider=keycloak
24-
hq.sso.client.id=codetogether
25-
hq.sso.client.secret=eFl6XSKwMMsEW1yRTY9pHjBrCTHDEY64
26-
hq.sso.client.issuer.url=http://codetogether-keycloak:8080/realms/codetogether
27-
hq.sso.redirect.uri=https://${INTEL_FQDN}/api/v1/auth/sso/success/insights
28-
hq.sso.client.authentication.method=client_secret_post
23+
# hq.sso.provider=keycloak
24+
# hq.sso.client.id=YOUR_CLIENT_ID
25+
# hq.sso.client.secret=YOUR_CLIENT_SECRET
26+
# hq.sso.client.issuer.url=http://codetogether-keycloak:8080/realms/codetogether
27+
# hq.sso.redirect.uri=https://${INTEL_FQDN}/api/v1/auth/sso/success/insights
28+
# hq.sso.client.authentication.method=client_secret_post
2929

3030
# These values do not need to be changed, though secrets can be updated
3131
hq.db.type=CASSANDRA

0 commit comments

Comments
 (0)