Skip to content

Commit d6cb238

Browse files
authored
Merge pull request #531 from blakerosenthal/gcp-roles
Update and format GCP roles
2 parents 94b568a + a46bfff commit d6cb238

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/docs/how-tos/nebari-gcp.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,10 @@ management.
6666

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

7174
For more information about roles and permissions, see the
7275
[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

0 commit comments

Comments
 (0)