Skip to content

Commit da9cd8f

Browse files
docs: DOC-2081: Updating GCP Roles (#7660) (#7686)
* Updating GCP roles * ci: auto-formatting prettier issues * Formatting fixes --------- (cherry picked from commit ae324e8) Co-authored-by: Amanda Churi Filanowski <amanda.filanowski@spectrocloud.com> Co-authored-by: achuribooks <182707758+achuribooks@users.noreply.github.com>
1 parent 5020145 commit da9cd8f

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

docs/docs-content/clusters/public-cloud/gcp/add-gcp-accounts.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@ account in Palette.
1616
account, refer to
1717
[Creating and managing service accounts](https://cloud.google.com/iam/docs/creating-managing-service-accounts).
1818

19-
- The service account must, at a minimum, have the following roles.
20-
21-
- [Kubernetes Engine Admin](https://cloud.google.com/iam/docs/understanding-roles#kubernetes-engine-roles)
22-
23-
- [Compute Admin](https://cloud.google.com/iam/docs/understanding-roles#compute.admin)
24-
25-
- [Service Account User](https://cloud.google.com/iam/docs/understanding-roles#iam.serviceAccountUser)
19+
<!-- prettier-ignore-start -->
2620

27-
- [Compute Admin](https://cloud.google.com/iam/docs/understanding-roles#compute.admin)
28-
29-
- [Storage Object Viewer](https://cloud.google.com/iam/docs/understanding-roles#storage.objectViewer)
21+
- The service account must, at a minimum, have the following roles.
3022

31-
- [Service Account Token Creator](https://cloud.google.com/iam/docs/understanding-roles#iam.serviceAccountTokenCreator)
23+
- [Compute Admin](https://cloud.google.com/iam/docs/roles-permissions/compute#compute.admin) (`compute.admin`)
24+
- [Kubernetes Engine Admin](https://cloud.google.com/iam/docs/roles-permissions/container#container.admin)
25+
(`container.admin`)
26+
- [Service Account Token Creator](https://cloud.google.com/iam/docs/service-account-permissions#token-creator-role)
27+
(`iam.serviceAccountTokenCreator`)
28+
- [Service Account User](https://cloud.google.com/iam/docs/service-account-permissions#user-role)
29+
(`iam.serviceAccountUser`)
30+
- [Storage Object Viewer](https://cloud.google.com/iam/docs/roles-permissions/storage#storage.objectViewer)
31+
(`storage.objectViewer`)
3232

33-
<br />
33+
<br />
3434

3535
:::info
3636

@@ -39,6 +39,8 @@ account in Palette.
3939

4040
:::
4141

42+
<!-- prettier-ignore-end -->
43+
4244
- Ensure you have access to the JSON credential file for your service account. For additional guidance, refer to the
4345
[GCP Credentials](https://developers.google.com/workspace/guides/create-credentials) documentation.
4446

0 commit comments

Comments
 (0)