-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New release needed? #16
Comments
i want to update this issue |
btw I can confirm this was the root cause of my issue, I was able to fix the error |
@famarting how to fix this issue, I found the same problem. update dependencies right? |
yes update all the aws sdk dependencies |
@famarting I update all dependencies but not working
|
well, that could be good, that could mean your first issue was fixed, as long as you are not seeing |
ping to the maintainers of this repo, can you please create a new release? We had to create a fork to solve our issue |
@famarting Can you share a link or the changes you made for the forked repo? |
its just updating this modules
|
The library is unusable at its current state and other projects depend on it |
Hi @yaron2, thank you for raising the concern. Can you raise a PR with the updated dependencies which fixes the issue? I'll be happy to review and get the change merged for a new release. |
I'm on it |
Describe the bug
Based on this other bug in the aws sdk aws/aws-sdk-go-v2#2370 (comment)
and looking at the release date of the only release in this repo, despite of this repo using
github.com/aws/aws-sdk-go-v2 v1.19.0
, it seems to me that a new release of this repo updating all the aws sdks libs is neededExpected Behavior
the function
signer.GenerateAuthTokenFromRole
should not return the errorfailed to load credentials: unable to assume role, XXXXXXXXXXX: not found, ResolveEndpointV2
Current Behavior
I was trying the function
signer.GenerateAuthTokenFromRole
and I got the error
Reproduction Steps
can't describe the reproducer step by step, but it consists of using this library for what it was made for, you need an AWS MSK instance with IAM authentication enabled, then you need an IAM user and an IAM role in order to use all of it combined to call the function
signer.GenerateAuthTokenFromRole
Possible Solution
No response
Additional Information/Context
No response
aws-msk-iam-sasl-signer-go Module Versions Used
the only one available 1.0.0
Compiler and Version used
$ go version go version go1.21.0 darwin/arm64
Operating System and version
macos sonoma 14.2
The text was updated successfully, but these errors were encountered: