From 78fa7ee76020c6886dc49a4a0c8bf6b1e6f96381 Mon Sep 17 00:00:00 2001 From: Mayk Brito Date: Thu, 8 Aug 2024 13:16:22 -0300 Subject: [PATCH] Update authentication.md Update the Service Account method with new steps. --- docs/guides/authentication.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/guides/authentication.md b/docs/guides/authentication.md index 20169d1..b2cb22c 100644 --- a/docs/guides/authentication.md +++ b/docs/guides/authentication.md @@ -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)