GoogleCloudPlatform / applied-ai-engineering-samples

This repository compiles code samples and notebooks demonstrating how to use Generative AI on Google Cloud Vertex AI.
https://googlecloudplatform.github.io/applied-ai-engineering-samples/
Apache License 2.0
357 stars 129 forks source link

RAG Playground's setup documentation is missing Cloud Build SA roles #113

Closed phriscage closed 4 weeks ago

phriscage commented 1 month ago

Issue/Request:

The RAG Playground branch's README.md setup instructions here are missing the following IAM roles that need to be granted to the Cloud Build Service Account. These roles are required for the SA when executing the Terraform recipes on a new GCP project:

roles/logging.LogWriter roles/iam.securityAdmin roles/cloudfunctions.developer roles/firebase.admin

Suggestion/Fix:

Update the documentation to include missing IAM roles

RajeshThallam commented 4 weeks ago

Fixed with #114