Skip to content

Commit 84cd059

Browse files
authored
feat: #853 Fam LZA Configuration Switch (#855)
1 parent 09313a6 commit 84cd059

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/workflows/.deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
### Typical / recommended
1010
aws_user_pools_web_client_id:
1111
description: AWS User Pools Web Client ID
12-
default: 7hpo4qa7j0hs0rkfl2pm0sto5k
12+
default: 1iai0av52nvnjn7olurbi8unl0
1313
type: string
1414
batch_client_rfsh_api_tkn_op_secret_name:
1515
description: OP secret name for CLIENT API Token

.github/workflows/demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
secrets: inherit
4747
uses: ./.github/workflows/.deploy.yml
4848
with:
49-
aws_user_pools_web_client_id: k3b9ip1vf85o4tkqvu5g4adgj
49+
aws_user_pools_web_client_id: 2t6hr174gbtg206ufgvajrlv0g
5050
batch_client_rfsh_api_tkn_op_secret_name: fom-demo-client-app-api
5151
db_testdata: true
5252
environment: demo

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
secrets: inherit
2121
uses: ./.github/workflows/.deploy.yml
2222
with:
23-
aws_user_pools_web_client_id: k3b9ip1vf85o4tkqvu5g4adgj
23+
aws_user_pools_web_client_id: 2t6hr174gbtg206ufgvajrlv0g
2424
batch_client_rfsh_api_tkn_op_secret_name: fom-demo-client-app-api
2525
db_testdata: true
2626
environment: test

.github/workflows/prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
secrets: inherit
2222
uses: ./.github/workflows/.deploy.yml
2323
with:
24-
aws_user_pools_web_client_id: 4bu2n8at3m32a2fqnvd4t06la1
24+
aws_user_pools_web_client_id: 5305qi7vpiddhb6ava1e3042be
2525
batch_client_rfsh_api_tkn_op_secret_name: fom-client-app-api
2626
environment: prod
2727
logout_chain_url: https://logon7.gov.bc.ca/clp-cgi/logoff.cgi?retnow=1&returl=https://loginproxy.gov.bc.ca/auth/realms/standard/protocol/openid-connect/logout?redirect_uri=

api/openshift.deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,19 @@ parameters:
6060
value: "3"
6161
- name: AWS_COGNITO_DOMAIN
6262
description: FAM Authentication Cognito domain
63-
value: "prod-fam-user-pool-domain"
63+
value: "lza-prod-fam-user-pool-domain"
6464
required: true
6565
- name: AWS_COGNITO_REGION
6666
description: FAM Authentication Cognito region
6767
value: "ca-central-1"
6868
required: true
6969
- name: AWS_USER_POOLS_ID
7070
description: FAM Authentication Cognito user pools ID
71-
value: "ca-central-1_t2HSZBHur"
71+
value: "ca-central-1_UpeAqsYt4"
7272
required: true
7373
- name: AWS_USER_POOLS_WEB_CLIENT_ID
7474
description: FAM Authentication Cognito user pools client ID
75-
value: "7hpo4qa7j0hs0rkfl2pm0sto5k"
75+
value: "1iai0av52nvnjn7olurbi8unl0"
7676
required: true
7777
- name: LOGOUT_CHAIN_URL
7878
description: FAM Authentication Cognito logout chain url for Siteminder and Keycloak

api/src/assets/aws-cognito-env.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"enabled": false,
3-
"aws_cognito_domain": "prod-fam-user-pool-domain",
3+
"aws_cognito_domain": "lza-prod-fam-user-pool-domain",
44
"aws_cognito_region": "ca-central-1",
5-
"aws_user_pools_id": "ca-central-1_t2HSZBHur",
6-
"aws_user_pools_web_client_id": "7hpo4qa7j0hs0rkfl2pm0sto5k",
5+
"aws_user_pools_id": "ca-central-1_UpeAqsYt4",
6+
"aws_user_pools_web_client_id": "1iai0av52nvnjn7olurbi8unl0",
77
"aws_mandatory_sign_in": "enable",
88
"oauth": {
9-
"domain": "prod-fam-user-pool-domain.auth.ca-central-1.amazoncognito.com",
9+
"domain": "lza-prod-fam-user-pool-domain.auth.ca-central-1.amazoncognito.com",
1010
"scope": ["openid"],
1111
"redirectSignIn": "http://localhost:4200/admin/search",
1212
"redirectSignOut": "http://localhost:4200/admin/not-authorized?loggedout=true",

0 commit comments

Comments
 (0)