本文档列出了 Workload Identity 的受审核方法。 Google Cloud 服务 会生成审核日志,以记录资源中的管理和访问活动。 Google Cloud 如需详细了解 Cloud Audit Logs,请参阅以下内容:
服务名称
如需查看 Workload Identity 审核日志,请执行以下操作:
在 Google Cloud 控制台中,前往 Logs Explorer 页面:
将以下查询复制并粘贴到Logs Explorer的查询字段中,然后点击运行查询。
protoPayload.serviceName="workloadidentity.googleapis.com"
方法(按权限类型)
每个 IAM 权限都有一个 type 属性,该属性的值是一个枚举,可以是以下四个值之一:ADMIN_READ、ADMIN_WRITE、DATA_READ 或
DATA_WRITE。若您调用某个方法,则 Workload Identity 会生成一个审核日志,其类别取决于执行该方法所需权限的
type 属性。
需要 IAM 权限且 type 属性值
为 DATA_READ、DATA_WRITE 或 ADMIN_READ 的方法会生成
数据访问审核日志。
需要 IAM 权限且 type 属性值为 ADMIN_WRITE 的方法会生成管理员活动审核日志。
| 权限类型 | 方法 |
|---|---|
ADMIN_READ |
google.cloud.location.Locations.GetLocationgoogle.cloud.location.Locations.ListLocationsgoogle.longrunning.Operations.GetOperationgoogle.longrunning.Operations.ListOperations |
ADMIN_WRITE |
google.cloud.workloadidentity.v1.WorkloadIdentity.GenerateServiceAgents (LRO)google.cloud.workloadidentity.v1alpha.WorkloadIdentity.GenerateServiceAgents (LRO)google.longrunning.Operations.CancelOperationgoogle.longrunning.Operations.DeleteOperation |
API 接口审核日志
如需了解如何评估每种方法的权限以及评估哪些权限,请参阅 Workload Identity 的 Identity and Access Management 文档。
google.cloud.location.Locations
以下审核日志与属于 google.cloud.location.Locations 的方法相关联。
GetLocation
- 方法:
google.cloud.location.Locations.GetLocation - 审核日志类型:数据访问
- 权限:
workloadidentity.locations.get - ADMIN_READ
- 方法是长时间运行的操作或流式传输操作:否。
- 此方法的过滤条件:
protoPayload.methodName="google.cloud.location.Locations.GetLocation"
ListLocations
- 方法:
google.cloud.location.Locations.ListLocations - 审核日志类型:数据访问
- 权限:
workloadidentity.locations.list - ADMIN_READ
- 方法是长时间运行的操作或流式传输操作:否。
- 此方法的过滤条件:
protoPayload.methodName="google.cloud.location.Locations.ListLocations"
google.cloud.workloadidentity.v1.WorkloadIdentity
以下审核日志与属于 google.cloud.workloadidentity.v1.WorkloadIdentity 的方法相关联。
GenerateServiceAgents
- 方法:
google.cloud.workloadidentity.v1.WorkloadIdentity.GenerateServiceAgents - 审核日志类型:管理员活动
- 权限:
workloadidentity.serviceAgents.create - ADMIN_WRITE
- 方法是长时间运行的操作或流式传输操作:长时间运行的操作
- 此方法的过滤条件:
protoPayload.methodName="google.cloud.workloadidentity.v1.WorkloadIdentity.GenerateServiceAgents"
google.cloud.workloadidentity.v1alpha.WorkloadIdentity
以下审核日志与属于 google.cloud.workloadidentity.v1alpha.WorkloadIdentity 的方法相关联。
GenerateServiceAgents
- 方法:
google.cloud.workloadidentity.v1alpha.WorkloadIdentity.GenerateServiceAgents - 审核日志类型:管理员活动
- 权限:
workloadidentity.serviceAgents.create - ADMIN_WRITE
- 方法是长时间运行的操作或流式传输操作:长时间运行的操作
- 此方法的过滤条件:
protoPayload.methodName="google.cloud.workloadidentity.v1alpha.WorkloadIdentity.GenerateServiceAgents"
google.longrunning.Operations
以下审核日志与属于 google.longrunning.Operations 的方法相关联。
CancelOperation
- 方法:
google.longrunning.Operations.CancelOperation - 审核日志类型:管理员活动
- 权限:
workloadidentity.operations.cancel - ADMIN_WRITE
- 方法是长时间运行的操作或流式传输操作:否。
- 此方法的过滤条件:
protoPayload.methodName="google.longrunning.Operations.CancelOperation"
DeleteOperation
- 方法:
google.longrunning.Operations.DeleteOperation - 审核日志类型:管理员活动
- 权限:
workloadidentity.operations.delete - ADMIN_WRITE
- 方法是长时间运行的操作或流式传输操作:否。
- 此方法的过滤条件:
protoPayload.methodName="google.longrunning.Operations.DeleteOperation"
GetOperation
- 方法:
google.longrunning.Operations.GetOperation - 审核日志类型:数据访问
- 权限:
workloadidentity.operations.get - ADMIN_READ
- 方法是长时间运行的操作或流式传输操作:否。
- 此方法的过滤条件:
protoPayload.methodName="google.longrunning.Operations.GetOperation"
ListOperations
- 方法:
google.longrunning.Operations.ListOperations - 审核日志类型:数据访问
- 权限:
workloadidentity.operations.list - ADMIN_READ
- 方法是长时间运行的操作或流式传输操作:否。
- 此方法的过滤条件:
protoPayload.methodName="google.longrunning.Operations.ListOperations"
不会生成审核日志的方法
由于以下一个或多个原因,方法可能不会生成审核日志:
- 这是一种会产生大量日志的方法,日志生成和存储的费用高昂。
- 它的审核价值较低。
- 其他审核或平台日志已提供方法覆盖功能。
以下方法不会生成审核日志:
google.longrunning.Operations.WaitOperation