Skip to content

Commit 4cbbb27

Browse files
committed
remove part with workload identity federation
1 parent d85e1b4 commit 4cbbb27

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

notebook/gemini_vertexai.ipynb

+1-6
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,7 @@
133133
"\n",
134134
"If you are using [Cloud Shell](https://shell.cloud.google.com/cloudshell) or [Cloud Shell editor](https://shell.cloud.google.com/cloudshell/editor) in Google cloud, <br/> then you are already authenticated. If you have the Google Cloud SDK installed locally, <br/> then you can login by running `gcloud auth login` in the command line. \n",
135135
"\n",
136-
"Detailed instructions for installing the Google CLoud SDK can be found [here](https://cloud.google.com/sdk/docs/install).\n",
137-
"\n",
138-
"#### Workload Identity Federation\n",
139-
"One could also use Workload Identity Federation, which is more secure than simply using service account key files. More information on the topic is found [here](https://cloud.google.com/iam/docs/workload-identity-federation). Another tutorial on this topic can be found on the [official GCP blog](https://cloud.google.com/blog/products/identity-security/enable-keyless-access-to-gcp-with-workload-identity-federation/). \n",
140-
"\n",
141-
"This method also relies on setting `GOOGLE_APPLICATION_CREDENTIALS`, so one can simply reuse the pattern already described for using service account key files, where the only difference is the content of the credentials file. "
136+
"Detailed instructions for installing the Google CLoud SDK can be found [here](https://cloud.google.com/sdk/docs/install)."
142137
]
143138
},
144139
{

0 commit comments

Comments
 (0)