Skip to content

Commit abcafb9

Browse files
committed
update sa creation
1 parent f69e4f5 commit abcafb9

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@ You can following the those steps to enable it:
2626
2. Open the [Credentials](https://console.developers.google.com/apis/credentials) page in the Google API Console.
2727
3. Click **Create Credentials** then click **Service account**.
2828
4. On the Create service account page, enter the Service account details.
29-
5. On the `Create service account` page, fill in the `Service account details` and then click `Create`
30-
6. On the `Service account permissions` page, don't add a role to the service account. Just click `Continue`
31-
7. In the next step, click `Create Key`. Choose key type `JSON` and click `Create`. A JSON key file will be created and downloaded to your computer
32-
8. Note your `service account email` ex) *@*.iam.gserviceaccount.com
33-
9. Grant the service account `logging viewer` role.
29+
5. On the `Create service account` page, fill in the `Service account details` and then click `Create and Continue`
30+
6. On the `Grant this service account access to project` section, select the `Logs Viewer` role under `Logging` to the service account. Click `Done`
31+
7. In the next step, click the service account you just created. Under the `Keys` tabl and select `Add key` and `Create new key`
32+
8. Choose key type `JSON` and click `Create`. A JSON key file will be created and downloaded to your computer
3433

3534
### Grafana Configuration
3635

0 commit comments

Comments
 (0)