Update 'zshrc.bak'

This commit is contained in:
jsmith 2022-07-06 18:43:32 +00:00
parent 1f1228a1c1
commit a1ef7b696e

View File

@ -12,5 +12,6 @@ function getrep(){
function buildDb(){ function buildDb(){
export VAULT_ADDR=https://cci-prod-vault-a.infra.circleci.com export VAULT_ADDR=https://cci-prod-vault-a.infra.circleci.com
export VAULT_CACERT=/Users/joesmith/vault.pem export VAULT_CACERT=/Users/joesmith/vault.pem
aws sso login --profile cci
vault login -method oidc vault login -method oidc
} }