Skip to content

Commit

Permalink
redact
Browse files Browse the repository at this point in the history
  • Loading branch information
arielkr256 committed Oct 8, 2024
1 parent a42c190 commit d149916
Showing 1 changed file with 4 additions and 32 deletions.
36 changes: 4 additions & 32 deletions rules/gcp_audit_rules/gcp_user_added_to_privileged_group.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Tests:
"principalEmail": "[email protected]"
},
"requestMetadata": {
"callerIP": "203.0.113.255",
"callerIP": "11.22.33.44",
"requestAttributes": {},
"destinationAttributes": {}
},
Expand Down Expand Up @@ -76,21 +76,7 @@ Tests:
}
]
}
},
"p_log_type": "GCP.AuditLog",
"p_row_id": "82d46669e6e2d9e985b8f7912201",
"p_schema_version": 0,
"p_event_time": "2022-03-22T22:12:58.916Z",
"p_parse_time": "2024-10-03T20:15:59.396527Z",
"p_any_ip_addresses": [
"203.0.113.255"
],
"p_any_emails": [
"[email protected]"
],
"p_any_usernames": [
"admin"
]
}
}
- Name: User Added to Non-Privileged Group
ExpectedResult: false
Expand All @@ -117,7 +103,7 @@ Tests:
"principalEmail": "[email protected]"
},
"requestMetadata": {
"callerIP": "203.0.113.255",
"callerIP": "11.22.33.44",
"requestAttributes": {},
"destinationAttributes": {}
},
Expand Down Expand Up @@ -148,19 +134,5 @@ Tests:
}
]
}
},
"p_log_type": "GCP.AuditLog",
"p_row_id": "82d46669e6e2d9e985b8f7912201",
"p_schema_version": 0,
"p_event_time": "2022-03-22T22:12:58.916Z",
"p_parse_time": "2024-10-03T20:15:59.396527Z",
"p_any_ip_addresses": [
"203.0.113.255"
],
"p_any_emails": [
"[email protected]"
],
"p_any_usernames": [
"admin"
]
}
}

0 comments on commit d149916

Please sign in to comment.