View a markdown version of this page

Wiz 的 CloudWatch 管道配置 - Amazon CloudWatch

Wiz 的 CloudWatch 管道配置

使用 OAuth2 身份验证从 Wiz 中收集云原生应用程序保护平台(CNAPP)数据。

使用以下参数配置 Wiz CNAPP 来源:

source: wiz_cnapp: region: "<example-region>" authentication: oauth2: client_id: "${{aws_secrets:<secret-name>:client_id}}" client_secret: "${{aws_secrets:<secret-name>:client_secret}}"
Parameters
region(必需)

组织的 Wiz 区域。

authentication.oauth2.client_id(必需)

用于 Wiz API 身份验证的 OAuth2 客户端 ID。

authentication.oauth2.client_secret(必需)

用于 Wiz API 身份验证的 OAuth2 客户端密钥。