Tenable 漏洞管理的 CloudWatch 管线配置
使用 API 密钥身份验证从 Tenable 收集漏洞管理数据。
使用下面的参数配置 Tenable 漏洞管理来源:
source: tenable_vulnerabilitymanagement: authentication: access_key: "${{aws_secrets:<secret-name>:access_key}}" secret_key: "${{aws_secrets:<secret-name>:secret_key}}" range: "P30D"
参数
authentication.access_key(必需)-
Tenable API 访问密钥,存储在 Amazon Secrets Manager 中。
authentication.secret_key(必需)-
Tenable API 私有密钥,存储在 Amazon Secrets Manager 中。
range(可选)-
用于回填数据的历史时间段。使用 ISO 8601 持续时间格式。最小值为
P1D,最大值为P90D。默认值为P30D。