1 Answer
- Newest
- Most votes
- Most comments
0
You have to use an IAM role to do this.
Fundamentally, an EKS access entry associates a set of Kubernetes permissions with an IAM identity, such as an IAM role. For example, a developer may assume an IAM role and use that to authenticate to an EKS Cluster.
Try adding the identity centre created role.
https://docs.aws.amazon.com/eks/latest/userguide/access-entries.html
Relevant content
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated a year ago
