Results 8 comments of Shashank Gowdagiri

Hello, Is there an update about when SDK support for the aws-iam-authenticator might be available?

Hello @evolv34 , thank you for the suggestion. I tried it out with these values: generateToken({clusterName}, {current date + 2 hours}, "AmazonEKS", Regions.US_EAST_1.getName(), new AWSSecurityTokenServiceClient(), new DefaultAWSCredentialsProviderChain().getInstance(), "https", "sts.amazonaws.com"); and...

Hello @evolv34 , I tried setting it like you suggested to 60 seconds. Here are my SDK versions (snipped for brevity): ` com.amazonaws aws-java-sdk-s3 com.amazonaws aws-java-sdk-eks com.amazonaws aws-java-sdk-cloudformation com.amazonaws aws-java-sdk-iam...

Thank you. I appreciate the help. Here's some more information if needed. this is now I'm creating the Kubernetes client : // The cluster name is being provided in this...

Hi @evolv34 , this may be a long shot , but is there any way you ran into the exact same issue I did with the expired token?

Changing it from EKS to sts worked. I can now list my nodes and events from the kubenretesClient object. Thank you very much @paksv

@rkand4 , what version of the SDK are you using? When I finally got my solution working, I believe I was on 1.11.458, but that was a year ago. What...

@rkand4 Awesome! Shout out to @evolv34 again for the suggestion! Looks like the original request has been solved with this work around. I know it's worked for at least 3...