Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AM-3042 Connect to v15 Prod #651

Merged
merged 5 commits into from
May 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/am-role-assignment-refresh-batch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: "1.0"
description: A Helm chart for AM Role Assignment refresh batch
name: am-role-assignment-refresh-batch
home: https://github.com/hmcts/am-role-assignment-refresh-batch
version: 0.1.12
version: 0.1.13
maintainers:
- name: Access Management Team
dependencies:
Expand Down
8 changes: 5 additions & 3 deletions charts/am-role-assignment-refresh-batch/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ job:
alias: AM_ROLE_ASSIGNMENT_REFRESH_BATCH_SECRET
- name: role-assignment-service-LD-SDK-KEY
alias: LD_SDK_KEY
- name: org-role-mapping-service-POSTGRES-PASS
- name: org-role-mapping-service-POSTGRES-PASS-V15
alias: ORG_ROLE_MAPPING_DB_PASSWORD
- name: org-role-mapping-service-POSTGRES-USER-V15
alias: ORG_ROLE_MAPPING_DB_USERNAME
- name: org-role-mapping-service-POSTGRES-HOST-V15
alias: ORG_ROLE_MAPPING_DB_HOST
environment:
IDAM_S2S_URL: http://rpe-service-auth-provider-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal
IDAM_USER_URL: https://idam-api.{{ .Values.global.environment }}.platform.hmcts.net
Expand All @@ -33,8 +37,6 @@ job:
LAUNCH_DARKLY_ENV: "{{ .Values.global.environment }}"
ORG_ROLE_MAPPING_DB_PORT: 5432
ORG_ROLE_MAPPING_DB_NAME: org_role_mapping
ORG_ROLE_MAPPING_DB_HOST: am-org-role-mapping-service-postgres-db-v11-{{ .Values.global.environment }}.postgres.database.azure.com
ORG_ROLE_MAPPING_DB_USERNAME: am@am-org-role-mapping-service-postgres-db-v11-{{ .Values.global.environment }}
ORG_ROLE_MAPPING_DB_OPTIONS: "?stringtype=unspecified&sslmode=require"
AM_ORM_URL: http://am-org-role-mapping-service-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal
AM_RAS_URL: http://am-role-assignment-service-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal