From 15f37c20eb4196ae245353fd45e1affcf04a91c3 Mon Sep 17 00:00:00 2001 From: TAVENARD <31241280+romaric1@users.noreply.github.com> Date: Thu, 8 Nov 2018 10:18:00 +0100 Subject: [PATCH] Update googlecompute.html.md Alternative authentication methode on googl provider --- website/source/docs/builders/googlecompute.html.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/source/docs/builders/googlecompute.html.md b/website/source/docs/builders/googlecompute.html.md index 908685d8d..2f18660fd 100644 --- a/website/source/docs/builders/googlecompute.html.md +++ b/website/source/docs/builders/googlecompute.html.md @@ -104,6 +104,11 @@ location found: 4. On Google Compute Engine and Google App Engine Managed VMs, it fetches credentials from the metadata server. (Needs a correct VM authentication scope configuration, see above.) + + ### Alternative Authentication Method + On your computer, if you have made your identity available as the + Application Default Credentials by running gcloud auth application-default login, + the provider will use your identity. ## Examples