Google Cloud Filtering
Filtering permission requests
Rule structure:
resource:
type: integration
service: gcloud
filters:
permission:
effect: keep|remove|removeAll
key: id
pattern: <regex pattern>Allow requesting only bigquery permissions:
resource:
type: integration
service: gcloud
filters:
permission:
effect: keep
key: id
pattern: ^bigquery.Allow requesting any permissions except compute.instances.delete
Filtering role requests
Rule structure:
Allow requesting only compute roles
Allow requesting any roles except the basic roles (viewer, editor, owner)
Filtering resource requests
Resource type
"type" value
Resource type
"type" value
Rule structure:
Allow requesting only the Bigquery Dataset "customer-data" in project "test"
Allow requesting any Cloud Storage bucket:
Allow requesting any resource with "application-1" in the name
Allow requesting any resource except compute instances with names starting with "prod" in project "test" and zone "us-west1-a"
Allow requesting only Cloud Storage buckets with names starting with dev
Last updated