Skip to content

Commit

Permalink
Merge pull request #531 from blakerosenthal/gcp-roles
Browse files Browse the repository at this point in the history
Update and format GCP roles
  • Loading branch information
marcelovilla authored Oct 30, 2024
2 parents 94b568a + a46bfff commit d6cb238
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/docs/how-tos/nebari-gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ management.

If it's your first time creating a service account, please follow
[these detailed instructions](https://cloud.google.com/iam/docs/creating-managing-service-accounts) to create a Google Service Account with the following roles attached:
"roles/editor", "roles/resourcemanager.projectIamAdmin" and "roles/container.admin".
- [`roles/editor`](https://cloud.google.com/iam/docs/understanding-roles#editor)
- [`roles/resourcemanager.projectIamAdmin`](https://cloud.google.com/iam/docs/understanding-roles#resourcemanager.projectIamAdmin)
- [`roles/container.admin`](https://cloud.google.com/iam/docs/understanding-roles#container.admin)
- [`roles/storage.admin`](https://cloud.google.com/iam/docs/understanding-roles#storage.admin)

For more information about roles and permissions, see the
[Google Cloud Platform IAM documentation](https://cloud.google.com/iam/docs/choose-predefined-roles). Remember to check the active project before creating resources, especially if
Expand Down

0 comments on commit d6cb238

Please sign in to comment.