Skip to content

Commit

Permalink
Updated mixer service account bigquery permissions (#1467)
Browse files Browse the repository at this point in the history
Reduced from roles/bigquery.admin to roles/bigquery.dataViewer
  • Loading branch information
dwnoble authored Nov 22, 2024
1 parent e95f7a0 commit db67377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gke/setup_robot_account.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ done
# Data store project roles
if [[ $STORE_PROJECT_ID != '' ]]; then
declare -a roles=(
"roles/bigquery.admin" # Query BigQuery
"roles/bigquery.dataViewer" # Query BigQuery
"roles/bigtable.reader" # Query Bigtable
"roles/storage.objectViewer" # Branch Cache Read
"roles/pubsub.editor" # Branch Cache subscription
Expand Down

0 comments on commit db67377

Please sign in to comment.