Skip to content

Commit 9dfbc20

Browse files
committed
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.
1 parent a2dcb44 commit 9dfbc20

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

website/source/docs/providers/google/index.html.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ the process more straightforwarded, it is documented here:
8787
1. Log into the [Google Developers Console](https://console.developers.google.com)
8888
and select a project.
8989

90-
2. Click the menu button in the top left corner, and navigate to "Permissions",
91-
then "Service accounts", and finally "Create service account".
90+
2. The API Manager view should be selected, click on "Credentials" on the left,
91+
then "Create credentials", and finally "Service account key".
9292

93-
3. Provide a name and ID in the corresponding fields, select
94-
"Furnish a new private key", and select "JSON" as the key type.
93+
3. Select "Compute Engine default service account" in the "Service account"
94+
dropdown, and select "JSON" as the key type.
9595

9696
4. Clicking "Create" will download your `credentials`.

0 commit comments

Comments
 (0)