Open kashyap2108 opened 2 years ago
@liuqi @matt-royal @aramprice
@kashyap2108 Are you using IRSA? It shouldn't be too hard to login to the pod and run AWS CLI for Kinesis to figure it out. Most likely, it is a configuration issue.
"Before starting the setup, check your EKS cluster version. IRSA is available on Amazon EKS versions 1.14 or later. To use this feature, you need to update your existing cluster to version 1.14 or later."
Describe the bug
Inside
worker.intialize()
method when this method is calledWe are Getting the following error while running from k8 pod.
failed to sign request: failed to retrieve credentials: failed to retrieve credentials, operation error STS: AssumeRoleWithWebIdentity, https response error StatusCode: 404
while running the worker from EC2 instance it's working fine. we are using IRSA method for auth. mechanism from k8 pod.
Kinesis DescribeStream and ListShards Api's are failing and giving above error.
Reproduction steps
Expected behavior
It should be able to use the Kinesis Stream APi's without any error.
Additional context
No response