Skip to content

Commit

Permalink
CIV-7757 Fix AAC secrets to fix noc tests (#2400)
Browse files Browse the repository at this point in the history
* Update Chart.yaml

* Bumping chart version/ fixing aliases

* Update values.template.yaml

---------

Co-authored-by: hmcts-jenkins-a-to-c <62422075+hmcts-jenkins-a-to-c[bot]@users.noreply.github.com>
  • Loading branch information
mounikahmcts and hmcts-jenkins-a-to-c[bot] authored Mar 21, 2023
1 parent f0f1fe3 commit 5a88d8d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
4 changes: 2 additions & 2 deletions charts/civil-ccd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
description: A Helm chart for civil-ccd App
name: civil-ccd
home: https://github.com/hmcts/civil-ccd-definition
version: 0.0.20
version: 0.0.21
maintainers:
- name: HMCTS Civil team

Expand All @@ -23,7 +23,7 @@ dependencies:
repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/'
condition: xui-webapp.enabled
- name: aac-manage-case-assignment
version: ~0.2.0
version: ~0.2.9
repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/'
condition: aac-manage-case-assignment.enabled
- name: idam-pr
Expand Down
21 changes: 14 additions & 7 deletions charts/civil-ccd/values.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,20 @@ aac-manage-case-assignment:
keyVaults:
aac:
secrets:
- aac-manage-case-s2s-secret
- idam-mca-client-secret
- idam-mca-system-user-username
- idam-mca-system-user-password
- idam-noc-approver-username
- idam-noc-approver-password
- notify-mca-api-key-secret
- name: aac-manage-case-s2s-secret
alias: MANAGE_CASE_S2S_KEY
- name: idam-mca-client-secret
alias: IDAM_CLIENT_SECRET
- name: idam-mca-system-user-username
alias: IDAM_CAA_USERNAME
- name: idam-mca-system-user-password
alias: IDAM_CAA_PASSWORD
- name: idam-noc-approver-username
alias: IDAM_NOC_APPROVER_USERNAME
- name: idam-noc-approver-password
alias: IDAM_NOC_APPROVER_PASSWORD
- name: notify-mca-api-key-secret
alias: NOTIFY_MCA_API_KEY

xui-webapp:
enabled: true
Expand Down

0 comments on commit 5a88d8d

Please sign in to comment.