1
Design for security and compliance
hard
The firewall rule 'allow-ssh' was not created. According to the audit log, what is the most likely reason?
Exhibit
Refer to the exhibit.
Cloud Audit Log entry:
```json
{
"protoPayload": {
"methodName": "v1.compute.firewalls.insert",
"resourceName": "projects/my-project/global/firewalls/allow-ssh",
"authenticationInfo": {
"principalEmail": "admin@example.com"
},
"authorizationInfo": [
{
"permission": "compute.firewalls.create",
"granted": false,
"resourceAttributes": {
"name": "projects/my-project/global/firewalls"
}
}
],
"status": {
"code": 7,
"message": "Permission denied"
}
}
}
```