Skip to content

Commit cda549a

Browse files
committed
provider/google: Update docs for acquiring service account credentials
1 parent b26a85e commit cda549a

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,10 @@ the process more straightforwarded, it is documented here:
7373
1. Log into the [Google Developers Console](https://console.developers.google.com)
7474
and select a project.
7575

76-
2. Under the "APIs & Auth" section, click "Credentials."
76+
2. Click the menu button in the top left corner, and navigate to "Permissions",
77+
then "Service accounts", and finally "Create service account".
7778

78-
3. Create a new OAuth client ID and select "Service account" as the type
79-
of account. Once created, and after a P12 key is downloaded, a JSON file should be downloaded. This is your _account file_.
79+
3. Provide a name and ID in the corresponding fields, select
80+
"Furnish a new private key", and select "JSON" as the key type.
81+
82+
4. Clicking "Create" will download your `credentials`.

0 commit comments

Comments
 (0)