Skip to content

Commit

Permalink
Merge pull request #176 from loneil/chore/updateKcRealms
Browse files Browse the repository at this point in the history
Change OIDC provider for Tenant UI
  • Loading branch information
loneil committed Dec 21, 2023
2 parents 5af73d2 + de0ab18 commit 743bc03
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions helm-values/traction/values-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ ui:
active: true
showInnkeeperAdminLogin: true
showWritableComponents: false
authority: https://loginproxy.gov.bc.ca/auth/realms/digitaltrust-nrm
jwksUri: https://loginproxy.gov.bc.ca/auth/realms/digitaltrust-nrm/protocol/openid-connect/certs
authority: https://loginproxy.gov.bc.ca/auth/realms/digitaltrust-citz
jwksUri: https://loginproxy.gov.bc.ca/auth/realms/digitaltrust-citz/protocol/openid-connect/certs
realm: "digitaltrust-citz"
reservationForm: >-
{
"formDataSchema": {
Expand Down
5 changes: 3 additions & 2 deletions helm-values/traction/values-sandbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ ui:
active: false
showInnkeeperAdminLogin: true
showWritableComponents: true
authority: ""
jwksUri: ""
authority: https://dev.loginproxy.gov.bc.ca/auth/realms/digitaltrust-citz
jwksUri: https://dev.loginproxy.gov.bc.ca/auth/realms/digitaltrust-citz/protocol/openid-connect/certs
realm: "digitaltrust-citz"
reservationForm: >-
{
"formDataSchema": {
Expand Down
5 changes: 3 additions & 2 deletions helm-values/traction/values-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,9 @@ ui:
oidc:
active: true
showInnkeeperAdminLogin: true
authority: https://test.loginproxy.gov.bc.ca/auth/realms/digitaltrust-nrm
jwksUri: https://test.loginproxy.gov.bc.ca/auth/realms/digitaltrust-nrm/protocol/openid-connect/certs
authority: https://test.loginproxy.gov.bc.ca/auth/realms/digitaltrust-citz
jwksUri: https://test.loginproxy.gov.bc.ca/auth/realms/digitaltrust-citz/protocol/openid-connect/certs
realm: "digitaltrust-citz"
reservationForm: >-
{
"formDataSchema": {
Expand Down

0 comments on commit 743bc03

Please sign in to comment.