This commit is contained in:
Jimmy
2025-02-17 12:41:24 +01:00
parent 90a2f79a0f
commit 5f47797e6a
13 changed files with 382 additions and 158 deletions

View File

@@ -34,11 +34,11 @@ This service account has **Editor role over the whole project (high privileges).
And the **default access scopes** are the following:
- **https://www.googleapis.com/auth/devstorage.read\_only** -- Read access to buckets :)
- https://www.googleapis.com/auth/logging.write
- https://www.googleapis.com/auth/monitoring.write
- https://www.googleapis.com/auth/servicecontrol
- https://www.googleapis.com/auth/service.management.readonly
- https://www.googleapis.com/auth/trace.append
- [https://www.googleapis.com/auth/logging.write](https://www.googleapis.com/auth/logging.write)
- [https://www.googleapis.com/auth/monitoring.write](https://www.googleapis.com/auth/monitoring.write)
- [https://www.googleapis.com/auth/servicecontrol](https://www.googleapis.com/auth/servicecontrol)
- [https://www.googleapis.com/auth/service.management.readonly](https://www.googleapis.com/auth/service.management.readonly)
- [https://www.googleapis.com/auth/trace.append](https://www.googleapis.com/auth/trace.append)
However, it's possible to **grant it `cloud-platform` with a click** or specify **custom ones**.