Update Vault login command to include -no-print

flag
pull/105/head
Muhammad Atif Ali 2 years ago
parent 762041eb87
commit 02406f2c16

@ -53,7 +53,7 @@ vault status
# Login to Vault to using GitHub token # Login to Vault to using GitHub token
printf "🔑 Logging in to Vault ...\n\n" printf "🔑 Logging in to Vault ...\n\n"
vault login -method=github token=$GITHUB_TOKEN -path=/$AUTH_PATH vault login -no-print -method=github -path=/$AUTH_PATH token=$GITHUB_TOKEN
# Add VAULT_ADDR to shell login scripts if not already present e.g. .bashrc, .zshrc # Add VAULT_ADDR to shell login scripts if not already present e.g. .bashrc, .zshrc
# This is a temporary fix and will be replaced with https://github.com/coder/coder/issues/10166 # This is a temporary fix and will be replaced with https://github.com/coder/coder/issues/10166

Loading…
Cancel
Save