Skip to content

Commit

Permalink
Merge pull request #2230 from bcgov/feat/2222-3
Browse files Browse the repository at this point in the history
chore: add missing env for AWS Keycloak
  • Loading branch information
funtigr authored Mar 7, 2024
2 parents a400a9e + 4960c60 commit 2422f6e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm/main/values-101ed4-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ app:
"PRIVATE_NATS_PORT": "4222"
"PUBLIC_NATS_HOST": "pltsvc-mock-nats-client"
"PUBLIC_NATS_PORT": "4222"
"AWS_ROLES_BASE_URL": "https://dev.loginproxy.gov.bc.ca/auth"
"AWS_ROLES_IDENTITY_PROVIDER": "azureidir"
"AWS_ROLES_REALM_NAME": "public-cloud"

route:
enabled: true
Expand Down
3 changes: 3 additions & 0 deletions helm/main/values-101ed4-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ app:
"PRIVATE_NATS_PORT": "4222"
"PUBLIC_NATS_HOST": "nats://nats.eb6118-prod.svc"
"PUBLIC_NATS_PORT": "4222"
"AWS_ROLES_BASE_URL": "https://loginproxy.gov.bc.ca/auth"
"AWS_ROLES_IDENTITY_PROVIDER": "azureidir"
"AWS_ROLES_REALM_NAME": "public-cloud"

route:
enabled: true
Expand Down
3 changes: 3 additions & 0 deletions helm/main/values-101ed4-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ app:
"PRIVATE_NATS_PORT": "4222"
"PUBLIC_NATS_HOST": "nats://nats.eb6118-dev.svc"
"PUBLIC_NATS_PORT": "4222"
"AWS_ROLES_BASE_URL": "https://dev.loginproxy.gov.bc.ca/auth"
"AWS_ROLES_IDENTITY_PROVIDER": "azureidir"
"AWS_ROLES_REALM_NAME": "public-cloud"

route:
enabled: true
Expand Down
3 changes: 3 additions & 0 deletions helm/main/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ app:
"PRIVATE_NATS_PORT": ""
"PUBLIC_NATS_HOST": ""
"PUBLIC_NATS_PORT": ""
"AWS_ROLES_BASE_URL": ""
"AWS_ROLES_IDENTITY_PROVIDER": ""
"AWS_ROLES_REALM_NAME": ""

email:
enabled: true
Expand Down

0 comments on commit 2422f6e

Please sign in to comment.