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
{{ message }}
This repository has been archived by the owner on Aug 14, 2018. It is now read-only.
When I print the response, I get a 403 Forbidden with the following error MissingAuthenticationTokenException. I have nevertheless added the SecurityToken generated with
$ aws sts get_session-token
What am I doing wrong ? The error should be at least : WrongToken
Thank you
Edit
After calling :
awsauth.Sign(req)
req.Header is an empty map. Shouldn't it be populated with signed attributes ?
Edit 2
You may have inverted indexes, at least for my issue where host = "https://xxxxxxxxxx.execute-api.us-east-1.amazonaws.com"
When I print the response, I get a 403 Forbidden with the following error MissingAuthenticationTokenException. I have nevertheless added the SecurityToken generated with
What am I doing wrong ? The error should be at least : WrongToken
Thank you
Edit
After calling :
req.Header is an empty map. Shouldn't it be populated with signed attributes ?
Edit 2
You may have inverted indexes, at least for my issue where
host = "https://xxxxxxxxxx.execute-api.us-east-1.amazonaws.com"
Should be :
service
at index 1region
at index 2https://github.com/smartystreets/go-aws-auth/blob/0c1422d1fdb9fef5a1ad5b2e13ac663467eb767e/common.go#L49-L50
The text was updated successfully, but these errors were encountered: