aws-iam-authenticator support added#78
aws-iam-authenticator support added#78ahmetrehaseker wants to merge 1 commit intodatabricks:masterfrom
Conversation
|
We need it a lot |
|
Thanks for this! Will have a look over in the near future. |
|
Okay, I've had a look over this and want to get this support in. A couple of concerns i have:
Lemme know what you think. I can probably have a chance to make the above changes in the nearish future too, based on what you have here, or you can :) |
|
Hi, |
|
I have very little knowledge in rust, I want to do it but it will take time. any help would be great :) |
|
Hi, is there any progress? |
|
I have also no knowledge in rust but as @nicklan said - the current code "read" okay to me. The only issue being that it should cache the token. Anyway if you really want to use click in the meantime, you can use the following workaround: Create a new context in your config file, append -token to the name and do the same for the user. You can also use $ aws eks get-token --cluster-name eks-clustername if you have a recent awscli version. Copy paste the token inside your user yaml part like this:
|
|
@ahmetrehaseker you can minimise conflicts if you avoid mixing meaningful changes (like new feature or a bug fix) and cosmetic changes (like reformatting). |
|
I believe this is provided now by what I merged in #129. If anyone who is interested in EKS auth could try that out, that would be great. I tested by adding the cluster to my config via |
|
closing as this functionality exists and works (afaict) |
I want to use click via Amazon EKS therefore i implement authentication method for eks.