You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the bug
identitystore.DescribeUser
andidentitystore.ListUsers
fail with wrong url.https://identitystore..amazonaws.com/
Tried running on macos sonoma 14.2.1 and in k8s container with golang:1.20.4 base image.
Probably true for other idc apis too, however I have only verified for these two.
Expected Behavior
Should use a valid url.
Current Behavior
Error in describe user, operation error identitystore: ListUsers, https response error StatusCode: 0, RequestID: , request send failed, Post
https://identitystore..amazonaws.com/
: dial tcp: lookup identitystore..amazonaws.com: no such hostReproduction Steps
Use the following script
Possible Solution
No response
Additional Information/Context
No response
SDK version used
1.24.1
Environment details (Version of Go (
go version
)? OS name and version, etc.)Go 1.20.4, MacOS Sonoma 14.2.1,
The text was updated successfully, but these errors were encountered: