Skip to content

Commit

Permalink
Merge pull request #699 from maykbrito/main
Browse files Browse the repository at this point in the history
Update authentication.md
  • Loading branch information
theoephraim authored Aug 31, 2024
2 parents e10cbb1 + 78fa7ee commit e02433d
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions docs/guides/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,20 @@ __Setup Instructions__
- Click blue "+ CREATE CREDENTIALS" and select "Service account" option
- Enter name, description, click "CREATE"
- You can skip permissions, click "CONTINUE"
- Click "+ CREATE KEY" button
- Click "CREATE AND CONTINUE" button
- Step 2 and 3 are optional, you can skip it.
- Click "DONE" button
3. Edit your new service account
- In the bottom of the page, you can see the "Service Account" tab with your new Service Account
- In column actions, click the pencil button to edit
- Select the "Keys" tab
- Click "ADD KEY" then "Create new key"
- Select the "JSON" key type option
- Click "Create" button
- your JSON key file is generated and downloaded to your machine (__it is the only copy!__)
- click "DONE"
- click "CLOSE"
- note your service account's email address (also available in the JSON key file)
3. Share the doc (or docs) with your service account using the email noted above
4. Share the doc (or docs) with your service account using the email noted above

!> Be careful - never check your API keys / secrets into version control (git)

Expand Down

0 comments on commit e02433d

Please sign in to comment.