serverless / serverless-kubeless

This plugin enables support for Kubeless within the Serverless Framework.
Apache License 2.0
303 stars 80 forks source link

Add support for "dynamic" EKS token auth #189

Closed bradleybluebean closed 4 years ago

bradleybluebean commented 4 years ago

AWS EKS utilizes the kubeconfig support for client-go credential plugins to execute the aws CLI command to receive user credentials when authenticating to an EKS cluster. This PR adds support to serverless-kubeless to use such configs as another access token mechanism and should address issue #140

(Thanks to the Javascript Kubernetes Client cloud_auth for the general idea of how to do this.)

bradleybluebean commented 4 years ago

Thanks for the feedback @andresmgot. Let me know if this is not what you had in mind.