-
Notifications
You must be signed in to change notification settings - Fork 671
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
iotsecuretunneling API cannot be executed because SigningName is incorrect #1686
Comments
Thanks for reporting this issue @cm-kojimat. This looks to be an issue unique to the model file the V2 SDK is using. The v1 version of the SDK is references the expected signing name. We're working with the team owning these model to update it to the correct name. |
Updates the API models the SDK uses to pull in changes that were not included in automated releases. iotsecuretunnling and mobile model updates fix aws#1686 where the request was being signed with the wrong name.
|
Thanks jasdel-san |
Describe the bug
AWS can't run the API because it expects the SigningName to be
IoTSecuredTunneling
instead ofiotsecuredtunneling
Expected Behavior
Expect a list of tunnel summaries to be returned without error
Current Behavior
I used
github.com/aws/aws-sdk-go-v2/service/iotsecuretunneling v1.12.4
to run ListTunnels API, but I get the following errorReproduction Steps
Possible Solution
SigningName to be
IoTSecuredTunneling
instead ofiotsecuredtunneling
Additional Information/Context
AWS Go SDK V2 Module Versions Used
Compiler and Version used
go version go1.18.1 darwin/amd64
Operating System and version
Darwin Kernel Version 21.4.0: Fri Mar 18 00:45:05 PDT 2022; root:xnu-8020.101.4~15/RELEASE_X86_64 x86_64 i386 Darwin
The text was updated successfully, but these errors were encountered: