Skip to content

Commit

Permalink
Merge pull request #101 from rtkwlf/nshawahna/awn-194629
Browse files Browse the repository at this point in the history
Add remediation steps for plugin: Dataset All Users Policy
  • Loading branch information
nuhasha authored Apr 4, 2023
2 parents 4c82ed4 + 537ebe7 commit 7aede81
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion en/google/bigquery/dataset-all-users-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,14 @@
| **GOOGLE Link** | https://cloud.google.com/bigquery/docs/dataset-access-controls |
| **Recommended Action** | Ensure that each dataset is configured so that no member is set to allUsers or allAuthenticatedUsers. |

## Detailed Remediation Steps
## Detailed Remediation Steps
1. Log into the Google Cloud Platform Console.
2. Scroll down the left navigation panel and click on "BigQuery".
3. In the Explorer pane, expand your project and select a dataset that allows public access.
4. Click Sharing then Permissions.
5. Review each attached role to find allUsers and/or allAuthenticatedUsers Roles.
6. Click on the role associated with the allUsers and/or allAuthenticatedUsers member to expand the role configuration panel.
7. Click the delete icon for each member of allUsers or allAuthenticatedUsers. On the popup click Remove to confirm your action.
8. Click Close to return to the selected BigQuery dataset dashboard.
9. Repeat step no. 4 – 7 for each publicly accessible dataset created within the selected project.
10. Repeat steps no. 3 – 9 for each project deployed in your Google Cloud account.

0 comments on commit 7aede81

Please sign in to comment.