Skip to content

Commit

Permalink
Merge pull request #363 from GoogleCloudPlatform/gh362-bootstrap-prereq
Browse files Browse the repository at this point in the history
#362 - bootstrap prereq
  • Loading branch information
fmichaelobrien authored Apr 9, 2024
2 parents dca4918 + 2518be3 commit f09392a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion 0-bootstrap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,19 @@ Set the variables in **terraform.tfvars** (`groups` block) to use the specific g
- The `roles/resourcemanager.projectCreator` role on the Google Cloud organization.
- The `roles/billing.admin` role on the billing account.
- The `roles/resourcemanager.folderCreator` role.

- The `roles/securitycenter.admin` role.
```bash
# example:
gcloud organizations add-iam-policy-binding ${ORG_ID} --member=user:$SUPER_ADMIN_EMAIL --role=roles/securitycenter.admin --quiet > /dev/null 1>&1
```
1. Enable the following additional services on your current bootstrap project:
```bash
gcloud services enable cloudresourcemanager.googleapis.com
gcloud services enable cloudbilling.googleapis.com
gcloud services enable iam.googleapis.com
gcloud services enable cloudkms.googleapis.com
gcloud services enable servicenetworking.googleapis.com
```
### Optional - Automatic creation of Google Cloud Identity groups

In the foundation, Google Cloud Identity groups are used for [authentication and access management](https://cloud.google.com/architecture/security-foundations/authentication-authorization) .
Expand Down

0 comments on commit f09392a

Please sign in to comment.