Admission Controller 1.1.1
August 18, 2025
Added Support for AWS ARN Partition
The parameter global.clusterInfoArgs.AWS.arn specifies the ARN value of your AWS ARN of EKS cluster.
Valid format - global.clusterInfoArgs.AWS.arn = arn:partition:service:region:account-id:resource-type/resource-id
Example, global.clusterInfoArgs.AWS.arn = arn:aws:eks:europe:12345...12:cluster/cluster46
For more information, refer to Admission Controller 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>