Using GenerateAuthToken(ctx context.Context, region string) with Franzgo giving error "failed to load credentials: failed to refresh cached credentials, failed to retrieve credentials, not found, Signing" #20
Unanswered
tshinde-incontact
asked this question in
Q&A
Replies: 1 comment
-
Can someone please help with the above ask? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using the aws-msk-iam-sasl-signer-go library with our Golang microservice deployed on EKS.
A service account role has been provided, and we validated the associated policies with the AWS support team, who confirmed that they are correct. The role includes a trust relationship with the proper sts:AssumeRoleWithWebIdentity rule.
Here is the code snippet we are using to obtain the token:
Could you please assist in identifying what might be causing the issue?
Beta Was this translation helpful? Give feedback.
All reactions