Skip to content

Commit

Permalink
Bump aat kv version (#1613)
Browse files Browse the repository at this point in the history
  • Loading branch information
jthmcts authored Nov 18, 2024
1 parent 1a83d18 commit 51b30ef
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", "d40d4aa83a884fe7b6ea029b6007934f",
"--version", "3aa0d793f49049f682aac07c490cc166",
"--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 51b30ef

Please sign in to comment.