π Google BigQuery Dataset is anonymously or publicly accessible π’
- Contextual name: π Dataset is anonymously or publicly accessible π’
- ID:
/ce/ca/google/big-query/dataset-anonymously-or-publicly-accessible
- Located in: π Google BigQuery
Flagsβ
- π’ Policy with categories
- π’ Policy with type
- π’ Production policy
Our Metadataβ
- Policy Type:
COMPLIANCE_POLICY
- Policy Category:
SECURITY
Similar Policiesβ
- Cloud Conformity
Logicβ
- π§ prod.logic.yaml π’
Descriptionβ
Descriptionβ
It is recommended that the IAM policy on BigQuery datasets does not allow anonymous and/or public access.
Rationaleβ
Granting permissions to
allUsers
orallAuthenticatedUsers
allows anyone to access the dataset. Such access might not be desirable if sensitive data is being stored in the dataset. Therefore, ensure that anonymous and/or public access to a dataset is not allowed.Impactβ
The dataset is not publicly accessible. Explicit modification of IAM privileges would be necessary to make them publicly accessible.
Auditβ
From Google Cloud Consoleβ
- Go to
BigQuery
by visiting: https://console.cloud.google.com/bigquery.- Select a dataset from
Resources
.- Click
SHARING
near the right side of the window and selectPermissions
.- Validate that none of the attached roles contain
allUsers
orallAuthenticatedUsers
.From Google Cloud CLIβ
List the name of all datasets.
bq ls
Retrieve each dataset details using the following command:
bq show PROJECT_ID:DATASET_NAME
... see more
Remediationβ
Remediationβ
From Google Cloud Consoleβ
- Go to
BigQuery
by visiting: https://console.cloud.google.com/bigquery.- Select the dataset from
Resources
.- Click
SHARING
near the right side of the window and selectPermissions
.- Review each attached role.
- Click the delete icon for each member
allUsers
orallAuthenticatedUsers
. On the popup clickRemove
.From Google Cloud CLIβ
List the name of all datasets.
bq ls
Retrieve the data set details:
bq show --format=prettyjson PROJECT_ID:DATASET_NAME > PATH_TO_FILE
In the access section of the JSON file, update the dataset information to remove all roles containing
allUsers
orallAuthenticatedUsers
.Update the dataset:
bq update --source PATH_TO_FILE PROJECT_ID:DATASET_NAME
policy.yamlβ
Linked Framework Sectionsβ
Section | Sub Sections | Internal Rules | Policies | Flags |
---|---|---|---|---|
πΌ CIS GCP v3.0.0 β πΌ 7.1 Ensure That BigQuery Datasets Are Not Anonymously or Publicly Accessible - Level 1 (Automated) | 1 | |||
πΌ Cloudaware Framework β πΌ Public and Anonymous Access | 24 |