Skip to content

Commit

Permalink
Add authorized services to the LAU case backend to allow whitelisting…
Browse files Browse the repository at this point in the history
… of XUI as part of the release.
  • Loading branch information
MartinYSpasov committed Mar 3, 2025
1 parent db1a65a commit 38972b3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
1 change: 0 additions & 1 deletion apps/lau/lau-case-backend/aat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ spec:
spotInstances:
enabled: false
environment:
DUMMY_RESTART_VAR: 1
LAU_AUTHORISED_SERVICES: lau_frontend,ccd_data,ccd_case_disposer,xui_webapp
4 changes: 3 additions & 1 deletion apps/lau/lau-case-backend/demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ metadata:
name: lau-case-backend
spec:
values:
java:
java:
environment:
LAU_AUTHORISED_SERVICES: lau_frontend,ccd_data,ccd_case_disposer,xui_webapp
2 changes: 2 additions & 0 deletions apps/lau/lau-case-backend/ithc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ spec:
releaseName: lau-case-backend
values:
java:
environment:
LAU_AUTHORISED_SERVICES: lau_frontend,ccd_data,ccd_case_disposer,xui_webapp
2 changes: 2 additions & 0 deletions apps/lau/lau-case-backend/perftest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ spec:
maxReplicas: 4
spotInstances:
enabled: false
environment:
LAU_AUTHORISED_SERVICES: lau_frontend,ccd_data,ccd_case_disposer,xui_webapp
2 changes: 1 addition & 1 deletion apps/lau/lau-case-backend/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ spec:
enabled: false
environment:
IDAM_API_URL: "https://idam-api.platform.hmcts.net"
DUMMY_RESTART_VAR: 1
LAU_AUTHORISED_SERVICES: lau_frontend,ccd_data,ccd_case_disposer

0 comments on commit 38972b3

Please sign in to comment.