-
-
Notifications
You must be signed in to change notification settings - Fork 317
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
Verifying the Signatures of Amazon SNS Messages #176
Comments
With the move to a new repository (https://github.com/awspring/spring-cloud-aws) I was wondering if there was any update on this issue being addressed? I had a quick look but the code still looks to be very similar to the code in this repository (I might have missed it). |
Closing this due to inactivity. Please re-open if there's more to discuss. |
I know this is an old ticket, but I can't find the part of code that verifies the signature too. I think it should be in the In the official Can someone either:
|
Thanks @KarlKl for letting us know. We are taking care of it. |
I've tried to implement this feature in my fork. Not finished yet (mainly tests are missing), but verifying signature seems to work. |
Now I have opened #198 |
From spring-cloud-aws created by madoxas: spring-attic/spring-cloud-aws#240
I can't find where spring cloud aws verifies sns message signature (http://docs.aws.amazon.com/sns/latest/dg/SendMessageToHttp.verify.signature.html).
Is it done at all?
The text was updated successfully, but these errors were encountered: