How to enable eks access entries with aws identity centre users.

0

Hello Eveyerone, I am trying to setup eks eks access entries in order to manage access for users.But as per docs i can only mention users and role arn. How can it be integrated with aws identity centre users. I could not find any docs explaining it. If someone could please help on this.

Regards, Omkar

1 Answer
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

profile picture
EXPERT
answered 11 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions