Skip to content

Commit 0bb5f10

Browse files
authored
Merge pull request #914 from hmcts/PAY-8164
PAY-8164
2 parents b24be8d + 65be445 commit 0bb5f10

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

charts/ccpay-refunds-api/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ appVersion: "1.0"
33
description: A Helm chart for spring-boot-template App
44
name: ccpay-refunds-api
55
home: https://github.com/hmcts/ccpay-refunds-app
6-
version: 1.0.37
6+
version: 1.0.38
77
maintainers:
88
- name: HMCTS Fees and Pay team
99
dependencies:
1010
- name: java
1111
version: 5.3.0
1212
repository: 'oci://hmctspublic.azurecr.io/helm'
1313
- name: payment-api
14-
version: 2.3.63
14+
version: 2.3.65
1515
repository: 'oci://hmctspublic.azurecr.io/helm'
1616
condition: payment-api.enabled
1717
- name: ccpay-bulkscanning-api

charts/ccpay-refunds-api/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ java:
1313
OIDC_ISSUER: "https://forgerock-am.service.core-compute-idam-{{ .Values.global.environment }}.internal:8443/openam/oauth2/hmcts"
1414
OIDC_S2S_MICROSERVICE_NAME: refunds_api
1515
OIDC_AUDIENCE_LIST: paybubble,cmc_citizen,ccd_gateway,xuiwebapp
16-
S2S_AUTHORISED_SERVICES: payment_app,ccpay_bubble,api_gw,ccd_gw,xui_webapp,ccpay_gw,pcs-api
16+
S2S_AUTHORISED_SERVICES: payment_app,ccpay_bubble,api_gw,ccd_gw,xui_webapp,ccpay_gw,pcs_api
1717
IDAM_API_URL: "https://idam-api.{{ .Values.global.environment }}.platform.hmcts.net"
1818
LAUNCH_DARKLY_USER_NAME_PREFIX: '{{ .Values.global.environment }}'
1919
PAYMENT_API_URL: "http://payment-api-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal"

src/main/resources/application-local.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ idam:
5353
api:
5454
url: ${IDAM_API_URL:http://localhost:5000}
5555
s2s-authorised:
56-
services: payment_app,ccpay_bubble,api_gw,ccd_gw,xui_webapp,pcs-api
56+
services: payment_app,ccpay_bubble,api_gw,ccd_gw,xui_webapp,pcs_api
5757
s2s-auth:
5858
url: http://localhost:8085
5959
totp_secret: ${OIDC_S2S_SECRET:}

src/main/resources/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ spring:
6767
trusted:
6868
s2s:
6969
service:
70-
names: payment_app,ccpay_bubble,api_gw,ccd_gw,xui_webapp,pcs-api
70+
names: payment_app,ccpay_bubble,api_gw,ccd_gw,xui_webapp,pcs_api
7171
auth:
7272
idam:
7373
client:

0 commit comments

Comments
 (0)