-
Notifications
You must be signed in to change notification settings - Fork 9
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
AWS Signature mismatch when using special characters #32
Comments
It looks like we are able to actually remove the plugin now though. We recently rearchitected our system and no longer need signed requests inside the VPC. I'll leave it open in case someone else hits this issue. |
hm, strange ... thx for the report. I'll look into this |
@chadwilken i was able to reproduce it and fixed it in branch |
I ended up pulling the code and have already released it. If I get some extra time this week I might be able to push a branch to staging that has the signing back in place. Regardless, thanks for the quick fix! |
closing. if you still find time to check it, i'd be happy if you let me know about it. |
Since integrating the
AwsSigv4Plugin
we receive the following error every time that a user searches something that contains a special character such as&
.I did a light cursory search and it seems that perhaps this is coming from this line but I'm not entirely sure.
I verified that I can take the output from
criteria.request
and make a curl request to the AWS endpoint and it works as intended.My initializer looks like:
Any ideas on a work around? This apparently has been happening since we released this feature and we weren't alerted via our error monitoring about it though.
The text was updated successfully, but these errors were encountered: