PodIdentityAssociation
Amazon EKS Pod Identity associations provide the ability to manage credentials for your applications, similar to the way that Amazon EC2 instance profiles provide credentials to Amazon EC2 instances.
Types
Properties
The Amazon Resource Name (ARN) of the association.
The ID of the association.
The name of the cluster that the association is in.
The state of the automatic sessions tags. The value of true disables these tags.
The unique identifier for this EKS Pod Identity association for a target IAM role. You put this value in the trust policy of the target role, in a Condition
to match the sts.ExternalId
. This ensures that the target role can only be assumed by this association. This prevents the confused deputy problem. For more information about the confused deputy problem, see The confused deputy problem in the IAM User Guide.
The most recent timestamp that the association was modified at.
The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.
The Amazon Resource Name (ARN) of the target IAM role to associate with the service account. This role is assumed by using the EKS Pod Identity association role, then the credentials for this role are injected into the Pod.