Add encrypted GCR creds

Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
This commit is contained in:
Nolan Brubaker
2019-08-29 14:59:00 -04:00
parent 32c99d9e3b
commit 1d16a36bfb
2 changed files with 3 additions and 1 deletions
+3 -1
View File
@@ -27,7 +27,9 @@ function highest_release() {
done
}
gcloud auth activate-service-account --key-file OUR_KEY_FILE
openssl aes-256-cbc -K $encrypted_f58ab4413c21_key -iv $encrypted_f58ab4413c21_iv -in heptio-images-fac92d2303ac.json.enc -out heptio-images-fac92d2303ac.json -d
gcloud auth activate-service-account --key-file heptio-images-fac92d2303ac.json
unset GIT_HTTP_USER_AGENT
# only publish for master or if a tag is defined
Binary file not shown.