Skip to content

Commit

Permalink
Merge pull request #1053 from hmcts/update-aat-env-version
Browse files Browse the repository at this point in the history
Bump to latest aat env secret version
  • Loading branch information
amoriartyMOJ authored Nov 21, 2023
2 parents d685665 + 5dbc4d6 commit dbd2e26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ private void fetchAndSetAATSecrets() {
var cmd = new ArrayList<>(List.of("az", "keyvault", "secret", "show", "-o", "tsv", "--query", "value",
// Pin to a specific version of the .env file for reproducible builds.
// This will need to be updated when the keyvault is modified.
"--version", "769425c3b66048079c2945e48160db5d",
"--version", "f9b6c526b997434db36fed2de50faa64",
"--id", "https://rse-cft-lib.vault.azure.net/secrets/aat-env"));
// TODO: use the Azure java client library for cross platform secret retrieval
if (Os.isFamily(Os.FAMILY_WINDOWS)) {
Expand Down

0 comments on commit dbd2e26

Please sign in to comment.