Skip to content

Commit

Permalink
Updated website service account bigquery permissions (#4755)
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 85f4e06 commit e38240c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gke/get_storage_permission.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ SERVICE_ACCOUNT="$NAME@$PROJECT_ID.iam.gserviceaccount.com"

# Data store project roles
declare -a store_roles=(
"roles/bigquery.admin" # BigQuery
"roles/bigquery.dataViewer" # BigQuery
"roles/bigtable.reader" # Bigtable
"roles/storage.objectViewer" # Branch Cache Read
"roles/pubsub.editor" # Branch Cache Subscription
Expand Down

0 comments on commit e38240c

Please sign in to comment.