Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bigquery_examples.tf with BQ connection user IAM permission #141

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

OgonnaO
Copy link

@OgonnaO OgonnaO commented Dec 23, 2024

Summary

This PR adds the roles/bigquery.connectionUser IAM permission to the explore-assistant-bq-sa service account in the bigquery_examples.tf file. This permission is necessary for the service account to properly connect to BigQuery.

Changes

  • Added roles/bigquery.connectionUser IAM permission to the explore-assistant-bq-sa service account in the bigquery_examples.tf file.

Reason for Change

While using this resource locally, I encountered an error related to BigQuery connection permissions. Adding the roles/bigquery.connectionUser permission resolved the issue. This change ensures that the service account has the necessary permissions to connect to BigQuery, preventing similar issues for other users.

Testing

Tested locally by applying the Terraform configuration and verifying that the service account can successfully connect to BigQuery without errors.

Related Issues

N/A

## Summary

This PR adds the `roles/bigquery.connectionUser` IAM permission to the `explore-assistant-bq-sa` service account in the `bigquery_examples.tf` file. This permission is necessary for the service account to properly connect to BigQuery.

## Changes

- Added `roles/bigquery.connectionUser` IAM permission to the `explore-assistant-bq-sa` service account in the `bigquery_examples.tf` file.

## Reason for Change

While using this resource locally, I encountered an error related to BigQuery connection permissions. Adding the `roles/bigquery.connectionUser` permission resolved the issue. This change ensures that the service account has the necessary permissions to connect to BigQuery, preventing similar issues for other users.

## Testing

Tested locally by applying the Terraform configuration and verifying that the service account can successfully connect to BigQuery without errors.

## Related Issues

N/A
@OgonnaO OgonnaO requested a review from a team as a code owner December 23, 2024 14:53
Copy link

google-cla bot commented Dec 23, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant