Skip to content

Commit

Permalink
Update release-manager.sh (#2847)
Browse files Browse the repository at this point in the history
Vault secret were not discoverable anymore due to the fact that we changed them to be redacted.
Co-authored-by: Mario Rodriguez Molins <[email protected]>
  • Loading branch information
jlind23 authored Jul 28, 2023
1 parent e1a2d07 commit 31576e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .buildkite/scripts/release-manager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ run_release_manager() {
fi
docker run --rm \
--name release-manager \
-e VAULT_ADDR_SECRET \
-e VAULT_ROLE_ID_SECRET \
-e VAULT_SECRET_ID_SECRET \
-e VAULT_ADDR="${VAULT_ADDR_SECRET}" \
-e VAULT_ROLE_ID="${VAULT_ROLE_ID_SECRET}" \
-e VAULT_SECRET_ID="${VAULT_SECRET_ID_SECRET}" \
--mount type=bind,readonly=false,src="$PWD",target=/artifacts \
"$IMAGE" \
cli collect \
Expand Down

0 comments on commit 31576e4

Please sign in to comment.