Sha256: 9ae71ba1b880278b3a0fdfab8d88225ff5f3d43a00231f81c09ba46caf118c78
Contents?: true
Size: 347 Bytes
Versions: 4
Compression:
Stored size: 347 Bytes
Contents
#!/bin/bash set -eu if [[ $BUILDKITE_ORGANIZATION_SLUG != "chef-oss" ]]; then export VAULT_ADDR="https://vault.ps.chef.co" export VAULT_TOKEN=$(vault login -method=aws -path=aws/private-cd -token-only header_value=vault.ps.chef.co role=ci) export ARTIFACTORY_PASSWORD=$(vault kv get -field password account/static/artifactory/buildkite) fi
Version data entries
4 entries across 4 versions & 1 rubygems