Skip to content

Commit

Permalink
Remove broken condition (didn't include user-managed default SAs)
Browse files Browse the repository at this point in the history
  • Loading branch information
x4v13r64 committed Feb 13, 2020
1 parent 7a30e7e commit e049394
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
[ "cloudresourcemanager.projects.id.bindings.id.name", "containAtLeastOneOf", ["editor", "owner"]],
[ "cloudresourcemanager.projects.id.bindings.id.name", "match", ".*admin"]
],
[ "and",
["cloudresourcemanager.projects.id.bindings.id.members.service_accounts", "notEmpty", ""],
["cloudresourcemanager.projects.id.bindings.id.members.service_accounts", "match", ".+@.+[.]iam[.]gserviceaccount[.]com"]
]
["cloudresourcemanager.projects.id.bindings.id.members.service_accounts", "notEmpty", ""]
],
"id_suffix": "service_accounts"
}

0 comments on commit e049394

Please sign in to comment.