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
sorry. There was a Breaking Change in in the behaviour of the lib I use to get aws header. Unfortunately, it was only marked as a feature release and I had overlooked it. Now the headers are no longer changed but copied beforehand. Now I have to make the header changes myself. It will be fixed with next release
Everything has been working fine signing AWS SigV4 requests.
I came back to the same requests after a bit and am getting a 403 with message
It also has
SignedHeaders=accept;caller-account-id;host;x-amz-date;x-amz-security-token
Seems something odd is going on with the signing.
I tried manually adding a
X-Amz-Date
header as a workaround, but then it just saysThe security token included in the request is invalid.
Not sure what changed, but I haven't updated my requests, so it's maybe either httpyac (I'm testing with CLI) or AWS.
Any help would be appreciated. This has completely broken all of my Sigv4 signed requests.
The text was updated successfully, but these errors were encountered: