diff --git a/vault/justfile b/vault/justfile index a9bd91c..a58700f 100644 --- a/vault/justfile +++ b/vault/justfile @@ -43,7 +43,7 @@ _vault_oidc_env_setup := ''' echo " • After login, token will be automatically set" >&2 echo "" >&2 fi - vault login -method=oidc + vault login -method=oidc >/dev/null VAULT_TOKEN=$(vault print token) fi export VAULT_TOKEN