Skip to content

Commit

Permalink
fix: be more specific about Vertex project id in auth
Browse files Browse the repository at this point in the history
  • Loading branch information
i2amsam authored Feb 6, 2025
1 parent 7142d09 commit 1bb6a86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/plugins/vertex-ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ The plugin requires you to specify your Google Cloud project ID, the [region](ht
* On your local dev environment, do this by running:

```posix-terminal
gcloud auth application-default login
gcloud auth application-default login --project YOUR_PROJECT_ID
```
* For other environments, see the [Application Default Credentials](https://cloud.google.com/docs/authentication/provide-credentials-adc) docs.
2. In addition, make sure the account is granted the Vertex AI User IAM role (`roles/aiplatform.user`). See the Vertex AI [access control](https://cloud.google.com/vertex-ai/generative-ai/docs/access-control) docs.
1. In addition, make sure the account is granted the Vertex AI User IAM role (`roles/aiplatform.user`). See the Vertex AI [access control](https://cloud.google.com/vertex-ai/generative-ai/docs/access-control) docs.
## Usage
Expand Down

0 comments on commit 1bb6a86

Please sign in to comment.