pull/81/head
Muhammad Atif Ali 2 years ago
parent 457d3b8df4
commit 00e0ab6126
No known key found for this signature in database

@ -35,6 +35,8 @@ fi
printf "🥳 Installation comlete!\n\n"
# Set up Vault token
printf "🔑 Authenticating with Vault ...\n\n"
echo "PROVIDER_ID: $PROVIDER_ID"
VAULT_TOKEN=$(coder external-auth access-token $PROVIDER_ID)
if [ $? -ne 0 ]; then
printf "Authenticate with Vault:\n$VAULT_TOKEN\n"

Loading…
Cancel
Save