crossplane-contrib / provider-upjet-aws

Official AWS Provider for Crossplane by Upbound.
https://marketplace.upbound.io/providers/upbound/provider-aws
Apache License 2.0
137 stars 112 forks source link

Support EKS API Authentication Mode #1296

Open linusyong opened 2 months ago

linusyong commented 2 months ago

What problem are you facing?

EKS cluster supports EKS API authentication mode as describe in https://docs.aws.amazon.com/eks/latest/userguide/access-entries.html. Discussed on Slack with @haarchri is that this is supported in newer TF provider version and a version bump needed to provide this capability.

How could Official AWS Provider help solve your problem?

Supporting EKS API authentication mode allows better support rather than the old aws-auth configMap authentication.

fernandezcuesta commented 1 month ago

duplicates #1098