Skip to content

Commit

Permalink
Merge pull request #1633 from hmcts/AM-3048_Retire_Bootstrap_yaml
Browse files Browse the repository at this point in the history
AM-3048 Retire Bootstrap yaml
  • Loading branch information
mikebrownccd authored Nov 6, 2023
2 parents 9a49f5c + 96aad44 commit 21406f1
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 31 deletions.
2 changes: 1 addition & 1 deletion charts/am-org-role-mapping-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 AM Organisation Role Mapping Service
name: am-org-role-mapping-service
home: https://github.com/hmcts/am-org-role-mapping-service
version: 0.0.53
version: 0.0.54
maintainers:
- name: Access Management Team
dependencies:
Expand Down
18 changes: 12 additions & 6 deletions charts/am-org-role-mapping-service/values.preview.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,18 @@ java:
keyVaults:
am:
secrets:
- app-insights-connection-string
- am-org-role-mapping-service-s2s-secret
- role-assignment-service-LD-SDK-KEY
- orm-IDAM-CLIENT-ID
- orm-IDAM-CLIENT-SECRET
- orm-IDAM-ADMIN-SECRET
- name: app-insights-connection-string
alias: app-insights-connection-string
- name: am-org-role-mapping-service-s2s-secret
alias: AM_ORG_ROLE_MAPPING_SERVICE_SECRET
- name: role-assignment-service-LD-SDK-KEY
alias: LD_SDK_KEY
- name: orm-IDAM-CLIENT-ID
alias: ORM_IDAM_CLIENT_ID
- name: orm-IDAM-CLIENT-SECRET
alias: ORG_ROLE_MAPPING_IDAM_CLIENT_SECRET
- name: orm-IDAM-ADMIN-SECRET
alias: ORG_ROLE_MAPPING_IDAM_ADMIN_PASSWORD
environment:
IDAM_S2S_URL: http://rpe-service-auth-provider-{{ .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
27 changes: 18 additions & 9 deletions charts/am-org-role-mapping-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,24 @@ java:
keyVaults:
am:
secrets:
- app-insights-connection-string
- am-org-role-mapping-service-s2s-secret
- role-assignment-service-LD-SDK-KEY
- orm-IDAM-CLIENT-ID
- orm-IDAM-CLIENT-SECRET
- orm-IDAM-ADMIN-SECRET
- caseworker-topic-primary-send-listen-shared-access-key
- org-role-mapping-service-POSTGRES-PASS
- judicial-topic-primary-send-listen-shared-access-key
- name: app-insights-connection-string
alias: app-insights-connection-string
- name: am-org-role-mapping-service-s2s-secret
alias: AM_ORG_ROLE_MAPPING_SERVICE_SECRET
- name: role-assignment-service-LD-SDK-KEY
alias: LD_SDK_KEY
- name: orm-IDAM-CLIENT-ID
alias: ORM_IDAM_CLIENT_ID
- name: orm-IDAM-CLIENT-SECRET
alias: ORG_ROLE_MAPPING_IDAM_CLIENT_SECRET
- name: orm-IDAM-ADMIN-SECRET
alias: ORG_ROLE_MAPPING_IDAM_ADMIN_PASSWORD
- name: caseworker-topic-primary-send-listen-shared-access-key
alias: AMQP_CRD_SHARED_ACCESS_KEY_VALUE
- name: org-role-mapping-service-POSTGRES-PASS
alias: ORG_ROLE_MAPPING_DB_PASSWORD
- name: judicial-topic-primary-send-listen-shared-access-key
alias: AMQP_JRD_SHARED_ACCESS_KEY_VALUE
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 Down
2 changes: 2 additions & 0 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ security:
spring:
application:
name: Organisation Role Mapping Service
config:
import: "optional:configtree:/mnt/secrets/am/"
main:
allow-bean-definition-overriding: true
allow-circular-references: true
Expand Down
16 changes: 1 addition & 15 deletions src/main/resources/bootstrap.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,2 @@
spring:
cloud:
propertiesvolume:
paths: /mnt/secrets/am
prefixed: false
aliases:
am-org-role-mapping-service-s2s-secret: AM_ORG_ROLE_MAPPING_SERVICE_SECRET
role-assignment-service-LD-SDK-KEY: LD_SDK_KEY
orm-IDAM-CLIENT-ID: ORM_IDAM_CLIENT_ID
orm-IDAM-CLIENT-SECRET: ORG_ROLE_MAPPING_IDAM_CLIENT_SECRET
orm-IDAM-ADMIN-SECRET: ORG_ROLE_MAPPING_IDAM_ADMIN_PASSWORD
caseworker-topic-primary-send-listen-shared-access-key: AMQP_CRD_SHARED_ACCESS_KEY_VALUE
judicial-topic-primary-send-listen-shared-access-key: AMQP_JRD_SHARED_ACCESS_KEY_VALUE
org-role-mapping-service-POSTGRES-PASS: ORG_ROLE_MAPPING_DB_PASSWORD
app-insights-connection-string: app-insights-connection-string


0 comments on commit 21406f1

Please sign in to comment.