File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,6 +60,16 @@ As the first step, we are going to get you some Google Cloud credits.
6060 is being created. The notification bell is a good way to make sure how the processes you are running are doing
6161 throughout the course.
6262
63+ !!! warning "Create project under 'No organization'"
64+
65+ When creating your GCP project, make sure to select **"No organization"** from the organization dropdown menu.
66+ Many organization-managed accounts (including universities and Google Workspace accounts) enforce security
67+ policies that disable the creation of JSON service account keys by default. This is done through the
68+ `iam.disableServiceAccountKeyCreation` organization policy. If you create your project under an organization,
69+ you may run into issues later when trying to create service account keys, which are needed for authenticating
70+ services like GitHub Actions with GCP. Creating your project under "No organization" avoids these restrictions
71+ while you are learning.
72+
63735 . Next is local setup on your laptop. We are going to install ` gcloud ` , which is part of the Google Cloud SDK.
6474 ` gcloud ` is the command line interface for working with our Google Cloud account. Nearly everything that we can do
6575 through the web interface we can also do through the ` gcloud ` interface. Follow the installation instructions
You can’t perform that action at this time.
0 commit comments