-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
2.1.9 raising Aws::CognitoIdentity::Errors::MissingAuthenticationTokenException on every CognitoSync API Call #882
Comments
Thank you for reporting this. I'm guessing that you meant that The following operations were white-listed to be sent as unsigned requests:
I tested a few of these, but not all. Each of them do state quite clearly in their public API documentation the following:
I've gone back and tested all operations and found two of them that do require authentication despite the claims in the API reference: http://docs.aws.amazon.com/cognitoidentity/latest/APIReference/API_ListIdentityPools.html I've corrected the code for these two operations and added integration tests to test these against live endpoints. Thank you for bringing this to our attention. I'll have a patch release out shortly. |
Thanks @trevorrowe. Really appreciate the fast response. |
I forgot to update, but 2.1.10 was released earlier today wight the patch. |
Yes. I saw it and tested already. We will deploy as soon as we can. Enis Konuk On Jul 29, 2015, at 8:42 PM, Trevor Rowe [email protected] wrote:
|
Also worth noting, the API reference documentation has been corrected as well. |
Upgrading to 2.1.9 has introduced this error on a valid list_identity_pools API call.
cogs = Aws::CognitoSync::Client.new(
:region => region, :credentials => @aws_cred, :logger => @aws_logger
)
respp = cogi.list_identity_pools( :max_results => MaxResults )
RAISE
Thx
Enis
The text was updated successfully, but these errors were encountered: