[go: nahoru, domu]

Skip to content

Commit

Permalink
chore: minor fix in iam audit log tests (#368)
Browse files Browse the repository at this point in the history
* minor fix in iam audit log tests

* address comments
  • Loading branch information
xingao267 committed Jun 16, 2020
1 parent 3d8a9ce commit 454b5d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions policies/templates/gcp_iam_audit_log.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ spec:
openAPIV3Schema:
properties:
services:
description: "The services that should have audit logging enabled.
description: "The services that should have audit logging enabled.
Example: 'storage.googleapis.com' for Cloud Storage.
'allServices' is a special value that covers all services"
type: array
items:
type: string
log_types:
description: "The log types that should be enabled.
description: "The log types that should be enabled.
Valid values are ADMIN_READ, DATA_WRITE, and DATA_READ."
type: array
items:
Expand Down
2 changes: 1 addition & 1 deletion validator/test/fixtures/iam_audit_log/assets/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
}
},
{
"name": "//cloudresourcemanager.googleapis.com/ignore-asset-type",
"name": "//cloudresourcemanager.googleapis.com/projects/ignore-asset-type",
"asset_type": "storage.googleapis.com/Bucket",
"iam_policy": {
"version": 1,
Expand Down

0 comments on commit 454b5d4

Please sign in to comment.