Skip to content

Commit

Permalink
Switch KC realms
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas ONeil <[email protected]>
  • Loading branch information
loneil committed Dec 15, 2023
1 parent cba33cc commit 2de239d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions deploy/traction/values-development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ ui:
showMessage: true
oidc:
active: true
authority: https://dev.loginproxy.gov.bc.ca/auth/realms/digitaltrust-nrm
jwksUri: https://dev.loginproxy.gov.bc.ca/auth/realms/digitaltrust-nrm/protocol/openid-connect/certs
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
reservationForm: >-
{
"formDataSchema": {
Expand Down
4 changes: 2 additions & 2 deletions deploy/traction/values-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ ui:
showMessage: true
oidc:
active: true
authority: https://dev.loginproxy.gov.bc.ca/auth/realms/digitaltrust-nrm
jwksUri: https://dev.loginproxy.gov.bc.ca/auth/realms/digitaltrust-nrm/protocol/openid-connect/certs
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
reservationForm: >-
{
"formDataSchema": {
Expand Down
6 changes: 3 additions & 3 deletions services/tenant-ui/config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"oidc": {
"active": false,
"authority": "https://dev.loginproxy.gov.bc.ca/auth/realms/digitaltrust-nrm",
"authority": "https://dev.loginproxy.gov.bc.ca/auth/realms/digitaltrust-citz",
"client": "innkeeper-frontend",
"label": "IDIR"
},
Expand Down Expand Up @@ -53,8 +53,8 @@
"staticFiles": "../../frontend/dist",
"tractionUrl": "http://localhost:5100",
"oidc": {
"jwksUri": "https://dev.loginproxy.gov.bc.ca/auth/realms/digitaltrust-nrm/protocol/openid-connect/certs",
"realm": "digitaltrust-nrm",
"jwksUri": "https://dev.loginproxy.gov.bc.ca/auth/realms/digitaltrust-citz/protocol/openid-connect/certs",
"realm": "digitaltrust-citz",
"roleName": "innkeeper"
},
"innkeeper": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const config = {
oidc: {
active: false,
authority:
'https://dev.loginproxy.gov.bc.ca/auth/realms/digitaltrust-nrm',
'https://dev.loginproxy.gov.bc.ca/auth/realms/digitaltrust-citz',
client: 'innkeeper-frontend',
label: 'IDIR',
},
Expand Down

0 comments on commit 2de239d

Please sign in to comment.