You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Missshao thanks for your comment. @mhausenblas is correct, IAM Roles for Service Accounts (IRSA) is different than OIDC authentication. I'll admit it's a little confusing because IRSA relies on an OIDC endpoint, but that is there so pods can assume an IAM role. The section you referenced is about how users are authenticated by the Kubernetes API. Today, EKS only supports 2 forms: bearer tokens and a webhook.
Describe the problem
https://github.com/aws/aws-eks-best-practices/blob/master/content/security/docs/iam.md
“EKS currently has native support for webhook token authentication and service account tokens.”
I think EKS now support OIDC .
References
https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts-technical-overview.html
The text was updated successfully, but these errors were encountered: