-
Notifications
You must be signed in to change notification settings - Fork 653
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
"not found, ResolveEndpointV2" with latest config service modules (v1.25.7 and v1.25.8) #2397
Comments
related issue #2370 |
The solution is in that issue's thread -- you have to upgrade every v2 sdk module to the latest version. Closing as duplicate. |
|
you need to update all the AWS SDK-related dependencies and the error will gone.
|
Thanks so much! I've been stuck on this issue for hours! |
Describe the bug
I am experiencing a not found, ResolveEndpointV2 error.
This error occurs during the process of trying to decrypt a cyphertext blob using KMS.
Expected Behavior
The KMS Decrypt method is expected to execute without errors.
Current Behavior
When executing the Decrypt method, the following error occurs:
Reproduction Steps
Use/Create a cipher text blob ([]byte) payload.
Use the AWS SDK V2 for Go to create an KMS client.
Use the Decrypt method of the KMS client to decrypt the text blob.
Observe the ResolveEndpointV2 error during the execution of the Decrypt call.
Possible Solution
No response
Additional Information/Context
The issue does not occur with previous versions of the SDK, and reverting to an earlier version resolves the issue:
AWS Go SDK V2 Module Versions Used
Compiler and Version used
go version go1.21.0 darwin/arm64
Operating System and version
macOS Ventura - Apple M1 Max
The text was updated successfully, but these errors were encountered: