Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
Fix group_email to use @googlegroups.com (#1237)
Browse files Browse the repository at this point in the history
Google Groups uses @googlegroups.com not @gmail.com for public groups.
  • Loading branch information
mcunha authored and blueandgold committed Mar 9, 2018
1 parent 2708cf5 commit 5465c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/bigquery_rules.yaml
Expand Up @@ -41,7 +41,7 @@ rules:
special_group: '*'
user_email: '*'
domain: '*'
group_email: '*@gmail.com'
group_email: '*@googlegroups.com'
role: '*'
resource:
- type: organization
Expand Down

0 comments on commit 5465c2a

Please sign in to comment.