containers-roadmap
containers-roadmap copied to clipboard
[eks] [request]: Enable OIDC option when create the cluster
To use IAM roles for service accounts in your cluster, you must create an IAM OIDC Identity Provider. It will be easier if you add an option on UI and API that users can enable/disable OIDC when creating an eks cluster.
I have used Lambda to automate the OIDC creation, see my article https://dev.to/aws-builders/using-lambda-to-automate-oidc-and-iam-role-for-service-account-in-eks-c0e
can enable OIDC provider by eksctl withOIDC https://eksctl.io/usage/schema/
Closing as duplicate of #1233