From 9dfbc20abf77f08f26b1e5d4d83f71d7e2400a19 Mon Sep 17 00:00:00 2001 From: Boy van Duuren Date: Mon, 20 Jun 2016 23:54:54 +0200 Subject: [PATCH] Updated the google provider authentication documentation The Authentication JSON File[1] part of the Google provider documentation contained outdated information. This has now been updated. --- website/source/docs/providers/google/index.html.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/source/docs/providers/google/index.html.markdown b/website/source/docs/providers/google/index.html.markdown index 936cc2612..fc125477a 100644 --- a/website/source/docs/providers/google/index.html.markdown +++ b/website/source/docs/providers/google/index.html.markdown @@ -87,10 +87,10 @@ the process more straightforwarded, it is documented here: 1. Log into the [Google Developers Console](https://console.developers.google.com) and select a project. -2. Click the menu button in the top left corner, and navigate to "Permissions", - then "Service accounts", and finally "Create service account". +2. The API Manager view should be selected, click on "Credentials" on the left, + then "Create credentials", and finally "Service account key". -3. Provide a name and ID in the corresponding fields, select - "Furnish a new private key", and select "JSON" as the key type. +3. Select "Compute Engine default service account" in the "Service account" + dropdown, and select "JSON" as the key type. 4. Clicking "Create" will download your `credentials`.