Skip to content

Commit 8475b2e

Browse files
bwalkerlbrendanheywood
authored andcommitted
Re-add SNS message validator #67
1 parent 4c0760d commit 8475b2e

11 files changed

+766
-2
lines changed

classes/sns_client.php

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727

2828
defined('MOODLE_INTERNAL') || die;
2929

30+
require_once(__DIR__ . '/../lib/aws-sns-message-validator/src/Exception/InvalidSnsMessageException.php');
31+
require_once(__DIR__ . '/../lib/aws-sns-message-validator/src/Message.php');
32+
require_once(__DIR__ . '/../lib/aws-sns-message-validator/src/MessageValidator.php');
33+
3034
use Aws\Sns\Exception\InvalidSnsMessageException;
3135
use Aws\Sns\Message;
3236
use Aws\Sns\MessageValidator;
+141
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,141 @@
1+
# Apache License
2+
Version 2.0, January 2004
3+
4+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
5+
6+
## 1. Definitions.
7+
8+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1
9+
through 9 of this document.
10+
11+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the
12+
License.
13+
14+
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled
15+
by, or are under common control with that entity. For the purposes of this definition, "control" means
16+
(i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract
17+
or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial
18+
ownership of such entity.
19+
20+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
21+
22+
"Source" form shall mean the preferred form for making modifications, including but not limited to software
23+
source code, documentation source, and configuration files.
24+
25+
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form,
26+
including but not limited to compiled object code, generated documentation, and conversions to other media
27+
types.
28+
29+
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License,
30+
as indicated by a copyright notice that is included in or attached to the work (an example is provided in the
31+
Appendix below).
32+
33+
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from)
34+
the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent,
35+
as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not
36+
include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work
37+
and Derivative Works thereof.
38+
39+
"Contribution" shall mean any work of authorship, including the original version of the Work and any
40+
modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to
41+
Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to
42+
submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of
43+
electronic, verbal, or written communication sent to the Licensor or its representatives, including but not
44+
limited to communication on electronic mailing lists, source code control systems, and issue tracking systems
45+
that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but
46+
excluding communication that is conspicuously marked or otherwise designated in writing by the copyright
47+
owner as "Not a Contribution."
48+
49+
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been
50+
received by Licensor and subsequently incorporated within the Work.
51+
52+
## 2. Grant of Copyright License.
53+
54+
Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual,
55+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare
56+
Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such
57+
Derivative Works in Source or Object form.
58+
59+
## 3. Grant of Patent License.
60+
61+
Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual,
62+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent
63+
license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such
64+
license applies only to those patent claims licensable by such Contributor that are necessarily infringed by
65+
their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such
66+
Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim
67+
or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work
68+
constitutes direct or contributory patent infringement, then any patent licenses granted to You under this
69+
License for that Work shall terminate as of the date such litigation is filed.
70+
71+
## 4. Redistribution.
72+
73+
You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without
74+
modifications, and in Source or Object form, provided that You meet the following conditions:
75+
76+
1. You must give any other recipients of the Work or Derivative Works a copy of this License; and
77+
78+
2. You must cause any modified files to carry prominent notices stating that You changed the files; and
79+
80+
3. You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent,
81+
trademark, and attribution notices from the Source form of the Work, excluding those notices that do
82+
not pertain to any part of the Derivative Works; and
83+
84+
4. If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that
85+
You distribute must include a readable copy of the attribution notices contained within such NOTICE
86+
file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one
87+
of the following places: within a NOTICE text file distributed as part of the Derivative Works; within
88+
the Source form or documentation, if provided along with the Derivative Works; or, within a display
89+
generated by the Derivative Works, if and wherever such third-party notices normally appear. The
90+
contents of the NOTICE file are for informational purposes only and do not modify the License. You may
91+
add Your own attribution notices within Derivative Works that You distribute, alongside or as an
92+
addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be
93+
construed as modifying the License.
94+
95+
You may add Your own copyright statement to Your modifications and may provide additional or different license
96+
terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative
97+
Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the
98+
conditions stated in this License.
99+
100+
## 5. Submission of Contributions.
101+
102+
Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by
103+
You to the Licensor shall be under the terms and conditions of this License, without any additional terms or
104+
conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate
105+
license agreement you may have executed with Licensor regarding such Contributions.
106+
107+
## 6. Trademarks.
108+
109+
This License does not grant permission to use the trade names, trademarks, service marks, or product names of
110+
the Licensor, except as required for reasonable and customary use in describing the origin of the Work and
111+
reproducing the content of the NOTICE file.
112+
113+
## 7. Disclaimer of Warranty.
114+
115+
Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor
116+
provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
117+
or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT,
118+
MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the
119+
appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of
120+
permissions under this License.
121+
122+
## 8. Limitation of Liability.
123+
124+
In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless
125+
required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any
126+
Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential
127+
damages of any character arising as a result of this License or out of the use or inability to use the Work
128+
(including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or
129+
any and all other commercial damages or losses), even if such Contributor has been advised of the possibility
130+
of such damages.
131+
132+
## 9. Accepting Warranty or Additional Liability.
133+
134+
While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for,
135+
acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this
136+
License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole
137+
responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold
138+
each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason
139+
of your accepting any such warranty or additional liability.
140+
141+
END OF TERMS AND CONDITIONS
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Amazon SNS Message Validator for PHP
2+
3+
<http://aws.amazon.com/php>
4+
5+
Copyright 2010-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved.
6+
7+
Licensed under the Apache License, Version 2.0 (the "License").
8+
You may not use this file except in compliance with the License.
9+
A copy of the License is located at
10+
11+
<http://aws.amazon.com/apache2.0>
12+
13+
or in the "license" file accompanying this file. This file is distributed
14+
on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
15+
express or implied. See the License for the specific language governing
16+
permissions and limitations under the License.
+179
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,179 @@
1+
# Amazon SNS Message Validator for PHP
2+
3+
[![@awsforphp on Twitter](http://img.shields.io/badge/twitter-%40awsforphp-blue.svg?style=flat)](https://twitter.com/awsforphp)
4+
[![Total Downloads](https://img.shields.io/packagist/dt/aws/aws-php-sns-message-validator.svg?style=flat)](https://packagist.org/packages/aws/aws-php-sns-message-validator)
5+
[![Build Status](https://img.shields.io/travis/aws/aws-php-sns-message-validator.svg?style=flat)](https://travis-ci.org/aws/aws-php-sns-message-validator)
6+
[![Apache 2 License](https://img.shields.io/packagist/l/aws/aws-php-sns-message-validator.svg?style=flat)](http://aws.amazon.com/apache-2-0/)
7+
8+
The **Amazon SNS Message Validator for PHP** library allows you to validate that
9+
incoming HTTP(S) POST messages are valid Amazon SNS notifications. This library
10+
is standalone and does not depend on the AWS SDK for PHP or Guzzle; however, it
11+
does require PHP 5.4+ and that the OpenSSL PHP extension is installed.
12+
13+
Jump To:
14+
* [Basic Usage](_#Basic-Usage_)
15+
* [Installation](_#Installation_)
16+
* [About Amazon SNS](_#About-Amazon-SNS_)
17+
* [Handling Messages](_#Handling-Messages_)
18+
* [Testing Locally](_#Testing-Locally_)
19+
* [Contributing](_#Contributing_)
20+
21+
## Basic Usage
22+
23+
To validate a message, you can instantiate a `Message` object from the POST
24+
data using the `Message::fromRawPostData`. This reads the raw POST data from
25+
the [`php://input` stream][php-input], decodes the JSON data, and validates
26+
the message's type and structure.
27+
28+
Next, you must create an instance of `MessageValidator`, and then use either
29+
the `isValid()` or `validate()`, methods to validate the message. The
30+
message validator checks the `SigningCertURL`, `SignatureVersion`, and
31+
`Signature` to make sure they are valid and consistent with the message data.
32+
33+
```php
34+
<?php
35+
36+
require 'vendor/autoload.php';
37+
38+
use Aws\Sns\Message;
39+
use Aws\Sns\MessageValidator;
40+
41+
$message = Message::fromRawPostData();
42+
43+
// Validate the message
44+
$validator = new MessageValidator();
45+
if ($validator->isValid($message)) {
46+
// do something with the message
47+
}
48+
```
49+
50+
## Installation
51+
52+
The SNS Message Validator can be installed via [Composer][].
53+
54+
composer require aws/aws-php-sns-message-validator
55+
56+
## Getting Help
57+
58+
Please use these community resources for getting help. We use the GitHub issues for tracking bugs and feature requests and have limited bandwidth to address them.
59+
60+
* Ask a question on [StackOverflow](https://stackoverflow.com/) and tag it with [`aws-php-sdk`](http://stackoverflow.com/questions/tagged/aws-php-sdk)
61+
* Come join the AWS SDK for PHP [gitter](https://gitter.im/aws/aws-sdk-php)
62+
* Open a support ticket with [AWS Support](https://console.aws.amazon.com/support/home/)
63+
* If it turns out that you may have found a bug, please [open an issue](https://github.com/aws/aws-php-sns-message-validator/issues/new/choose)
64+
65+
## About Amazon SNS
66+
67+
[Amazon Simple Notification Service (Amazon SNS)][sns] is a fast, fully-managed,
68+
push messaging service. Amazon SNS can deliver messages to email, mobile devices
69+
(i.e., SMS; iOS, Android and FireOS push notifications), Amazon SQS queues,and
70+
— of course — HTTP/HTTPS endpoints.
71+
72+
With Amazon SNS, you can setup topics to publish custom messages to subscribed
73+
endpoints. However, SNS messages are used by many of the other AWS services to
74+
communicate information asynchronously about your AWS resources. Some examples
75+
include:
76+
77+
* Configuring Amazon Glacier to notify you when a retrieval job is complete.
78+
* Configuring AWS CloudTrail to notify you when a new log file has been written.
79+
* Configuring Amazon Elastic Transcoder to notify you when a transcoding job
80+
changes status (e.g., from "Progressing" to "Complete")
81+
82+
Though you can certainly subscribe your email address to receive SNS messages
83+
from service events like these, your inbox would fill up rather quickly. There
84+
is great power, however, in being able to subscribe an HTTP/HTTPS endpoint to
85+
receive the messages. This allows you to program webhooks for your applications
86+
to easily respond to various events.
87+
88+
## Handling Messages
89+
90+
### Confirming a Subscription to a Topic
91+
92+
In order to handle a `SubscriptionConfirmation` message, you must use the
93+
`SubscribeURL` value in the incoming message:
94+
95+
```php
96+
use Aws\Sns\Message;
97+
use Aws\Sns\MessageValidator;
98+
use Aws\Sns\Exception\InvalidSnsMessageException;
99+
100+
// Instantiate the Message and Validator
101+
$message = Message::fromRawPostData();
102+
$validator = new MessageValidator();
103+
104+
// Validate the message and log errors if invalid.
105+
try {
106+
$validator->validate($message);
107+
} catch (InvalidSnsMessageException $e) {
108+
// Pretend we're not here if the message is invalid.
109+
http_response_code(404);
110+
error_log('SNS Message Validation Error: ' . $e->getMessage());
111+
die();
112+
}
113+
114+
// Check the type of the message and handle the subscription.
115+
if ($message['Type'] === 'SubscriptionConfirmation') {
116+
// Confirm the subscription by sending a GET request to the SubscribeURL
117+
file_get_contents($message['SubscribeURL']);
118+
}
119+
```
120+
121+
### Receiving a Notification
122+
123+
To receive a notification, use the same code as the preceding example, but
124+
check for the `Notification` message type.
125+
126+
```php
127+
if ($message['Type'] === 'Notification') {
128+
// Do whatever you want with the message body and data.
129+
echo $message['MessageId'] . ': ' . $message['Message'] . "\n";
130+
}
131+
```
132+
133+
The message body will be a string, and will hold whatever data was published
134+
to the SNS topic.
135+
136+
### Unsubscribing
137+
138+
Unsubscribing looks the same as subscribing, except the message type will be
139+
`UnsubscribeConfirmation`.
140+
141+
```php
142+
if ($message['Type'] === 'UnsubscribeConfirmation') {
143+
// Unsubscribed in error? You can resubscribe by visiting the endpoint
144+
// provided as the message's SubscribeURL field.
145+
file_get_contents($message['SubscribeURL']);
146+
}
147+
```
148+
149+
## Testing Locally
150+
151+
One challenge of using webhooks in a web application is testing the integration
152+
with the service. Testing integrations with SNS notifications can be fairly easy
153+
using tools like [ngrok][] and [PHP's built-in webserver][php-server]. One of
154+
our blog posts, [*Testing Webhooks Locally for Amazon SNS*][blogpost], illustrates
155+
a good technique for testing.
156+
157+
> **NOTE:** The code samples in the blog post are specific to the message
158+
> validator in Version 2 of the SDK, but can be easily adapted to using this
159+
> version.
160+
161+
### Special Thank You
162+
163+
A special thanks goes out to [Julian Vidal][] who helped create the [initial
164+
implementation][] in Version 2 of the [AWS SDK for PHP][].
165+
166+
[php-input]: http://php.net/manual/en/wrappers.php.php#wrappers.php.input
167+
[composer]: https://getcomposer.org/
168+
[source code]: https://github.com/aws/aws-php-sns-message-validator/archive/master.zip
169+
[sns]: http://aws.amazon.com/sns/
170+
[ngrok]: https://ngrok.com/
171+
[php-server]: http://www.php.net/manual/en/features.commandline.webserver.php
172+
[blogpost]: http://blogs.aws.amazon.com/php/post/Tx2CO24DVG9CAK0/Testing-Webhooks-Locally-for-Amazon-SNS
173+
[Julian Vidal]: https://github.com/poisa
174+
[initial implementation]: https://github.com/aws/aws-sdk-php/tree/2.8/src/Aws/Sns/MessageValidator
175+
[AWS SDK for PHP]: https://github.com/aws/aws-sdk-php
176+
177+
## Contributing
178+
179+
We work hard to provide a high-quality and useful SDK for our AWS services, and we greatly value feedback and contributions from our community. Please review our [contributing guidelines](./CONTRIBUTING.md) before submitting any issues or pull requests to ensure we have all the necessary information to effectively respond to your bug report or contribution.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Instructions to import/update aws-sns-message-validator library into tool_emailutils:
2+
3+
Update aws-sns-message-validator library
4+
1. Download the latest aws-sns-message-validator library package from https://github.com/aws/aws-php-sns-message-validator
5+
2. Copy the src directory to /admin/tool/emailutils/lib/aws-sns-message-validator/src folder
6+
3. Copy the associated files LICENCE, README.md etc. to aws-sns-message-validator directory
7+
4. Update version
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
namespace Aws\Sns\Exception;
3+
4+
/**
5+
* Runtime exception thrown by the SNS Message Validator.
6+
*/
7+
class InvalidSnsMessageException extends \RuntimeException
8+
{
9+
}

0 commit comments

Comments
 (0)