Cluster Sensor 1.2.1

July 07, 2025

Cluster Sensor 1.2.1 has hard dependency on Unified Helm Chart 2.4.0 and vise versa. Hence, you must use Helm Chart 2.4.0 and Cluster Sensor 1.2.0 with each other for proper working. 

 

Added Support for AWS ARN Partition

The parameter global.clusterInfoArgs.AWS.arn specifies the ARN value of your AWS ARN of EKS cluster.
Valid formatglobal.clusterInfoArgs.AWS.arn = arn:partition:service:region:account-id:resource-type/resource-id
Exampleglobal.clusterInfoArgs.AWS.arn = arn:aws:eks:europe:12345...12:cluster/cluster46
For more information, refer to Cluster Sensor Commands and Options.

Whereas 'aws' is the ARN partition. As per AWS, possible values of 'ARN partition' are aws, aws-cn, and aws-us-gov.

With this release, Qualys Cluster Sensor has extended its support for ARN partition values introduced by AWS. It can now recognize and handle ARNs from different AWS partitions that meet your requirements.
Valid Format: global.clusterInfoArgs.AWS.arn = arn:<aws or aws-cn or aws-us-gov>:eks:<region>:<accountid>:cluster/<clustername>