From d4e83f044e9e09e4ce86fe16cf8370ebe3bf070e Mon Sep 17 00:00:00 2001 From: Chainarong Tangsurakit Date: Sat, 17 Jun 2017 11:41:18 +0700 Subject: [PATCH 1/2] Update Builder docs for Google Cloud Platform Update Builder docs for Google Cloud Platform --- website/source/docs/builders/googlecompute.html.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/website/source/docs/builders/googlecompute.html.md b/website/source/docs/builders/googlecompute.html.md index 929fc7705..6ee7bbc59 100644 --- a/website/source/docs/builders/googlecompute.html.md +++ b/website/source/docs/builders/googlecompute.html.md @@ -64,13 +64,14 @@ straightforwarded, it is documented here. 1. Log into the [Google Developers Console](https://console.developers.google.com) and select a project. -2. Under the "APIs & Auth" section, click "Credentials." +2. Under the "API Manager" section, click "Credentials." -3. Click the "Create new Client ID" button, select "Service account", and click - "Create Client ID" +3. Click the "Create credentials" button, select "Service account key" -4. Click "Generate new JSON key" for the Service Account you just created. A - JSON file will be downloaded automatically. This is your *account file*. +4. Create new service account that at least has `Compute Engine Instance Admin (v1)` and `Service Account User` roles. + +5. Chose `JSON` as Key type and click "Create". + A JSON file will be downloaded automatically. This is your *account file*. ### Precedence of Authentication Methods From 744ed5adbfb90c05f4d47ce47cf749032c140f47 Mon Sep 17 00:00:00 2001 From: Chainarong Tangsurakit Date: Sat, 17 Jun 2017 11:41:34 +0700 Subject: [PATCH 2/2] Update Builder docs for Google Cloud Platform Update Builder docs for Google Cloud Platform