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-2966 Connect to v15 RAS Demo #2012

Open
wants to merge 3 commits into
base: demo
Choose a base branch
from
Open
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-service/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 Role Assignment Service
name: am-role-assignment-service
home: https://github.com/hmcts/am-role-assignment-service
version: 0.0.70
version: 0.0.71
maintainers:
- name: Access Management Team
dependencies:
Expand Down
5 changes: 3 additions & 2 deletions charts/am-role-assignment-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ java:
secrets:
- am-role-assignment-service-s2s-secret
- role-assignment-service-POSTGRES-PASS
- role-assignment-service-POSTGRES-PASS-V15
- app-insights-connection-string
- role-assignment-service-IDAM-CLIENT-SECRET
- role-assignment-service-IDAM-ADMIN-SECRET
Expand All @@ -20,8 +21,8 @@ java:
ROLE_ASSIGNMENT_S2S_AUTHORISED_SERVICES: ccd_gw,am_role_assignment_service,am_org_role_mapping_service,am_role_assignment_refresh_batch,wa_task_management_api,wa_task_configuration_api,xui_webapp,aac_manage_case_assignment,ccd_data,wa_workflow_api,wa_task_monitor,wa_case_event_handler,iac,hmc_cft_hearing_service,ccd_case_disposer,sscs,fis_hmc_api,fpl_case_service,disposer-idam-user,civil_service
ROLE_ASSIGNMENT_DB_PORT: 5432
ROLE_ASSIGNMENT_DB_NAME: role_assignment
ROLE_ASSIGNMENT_DB_HOST: am-role-assignment-service-postgres-db-v11-{{ .Values.global.environment }}.postgres.database.azure.com
ROLE_ASSIGNMENT_DB_USERNAME: am@am-role-assignment-service-postgres-db-v11-{{ .Values.global.environment }}
ROLE_ASSIGNMENT_DB_HOST: am-role-assignment-service-postgres-db-v15-{{ .Values.global.environment }}.postgres.database.azure.com
ROLE_ASSIGNMENT_DB_USERNAME: am@am-role-assignment-service-postgres-db-v15-{{ .Values.global.environment }}
ROLE_ASSIGNMENT_DB_OPTIONS: "?stringtype=unspecified&reWriteBatchedInserts=true&sslmode=require"
CCD_DATA_STORE_URL: http://ccd-data-store-api-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal
S2S_URL: http://rpe-service-auth-provider-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal
Expand Down