Update 'zshrc.bak'
This commit is contained in:
parent
a1ef7b696e
commit
b9116bce08
@ -14,4 +14,10 @@ function buildDb(){
|
|||||||
export VAULT_CACERT=/Users/joesmith/vault.pem
|
export VAULT_CACERT=/Users/joesmith/vault.pem
|
||||||
aws sso login --profile cci
|
aws sso login --profile cci
|
||||||
vault login -method oidc
|
vault login -method oidc
|
||||||
|
}
|
||||||
|
|
||||||
|
function V(){
|
||||||
|
export VAULT_ADDR=https://cci-prod-vault-a.infra.circleci.com
|
||||||
|
export VAULT_CACERT=/Users/joesmith/vault.pem
|
||||||
|
vault login -method oidc
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user