Supritam
Supritam

Reputation: 289

IP filtering in BigQuery | Security around BigQuery

We are running analytics on a dataset using BigQuery, we have created views to restrict to fewer columns. We are trying to connect PowerBI to query the views. Question is how can we restrict access to my views apart from the basic authentication support of the service account. What if the service account is compromised?

The only read I can find is this.

Upvotes: 0

Views: 469

Answers (1)

shollyman
shollyman

Reputation: 4384

Since your title mentions IP filtering, it's probably worth pointing out VPC-SC, which provides additional network security controls: https://cloud.google.com/vpc-service-controls

Upvotes: 1

Related Questions