Skip to content

Commit

Permalink
Remove sensitive sns information (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
GypsyBojangles committed Sep 21, 2021
1 parent 3181026 commit 7acf2c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apps/dc_tools/tests/data/sentinel-2-nrt_2020_08_21.json
@@ -1,12 +1,12 @@
{
"Type" : "Notification",
"MessageId" : "f2520be8-e2b9-57bb-ad6b-5c516544b979",
"TopicArn" : "arn:aws:sns:ap-southeast-2:538673716275:DEANewData",
"MessageId" : "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxxxxxx",
"TopicArn" : "arn:aws:sns:ap-southeast-2:xxxxxxxxxxxxxxxxx:DEANewData",
"Subject" : "Amazon S3 Notification",
"Message" : "{\r\n \"Records\":\r\n [\r\n {\r\n \"eventVersion\":\"2.1\",\r\n \"eventSource\":\"aws:s3\",\r\n \"awsRegion\":\"ap-southeast-2\",\r\n \"eventTime\":\"2020-08-21T08:28:43.602Z\",\r\n \"eventName\":\"ObjectCreated:Put\",\r\n \"userIdentity\":{\"principalId\":\"AWS:AROAIWSUDPHXXIE56RWBK:wagl_nrt\"},\r\n \"requestParameters\":{\"sourceIPAddress\":\"10.0.11.24\"},\r\n \"responseElements\":{\r\n \"x-amz-request-id\":\"745FE6454A00DB21\",\r\n \"x-amz-id-2\":\"NCqXKGRW6W3Ao1L5HoZJ\/yLy\/5x+MmApOGUzZhZFctvhZY1aDV1kwb9kVfjLau2fJpajPWzH83MROcetXEAEzxRaoL9qBxfY\"\r\n },\r\n \"s3\":{\r\n \"s3SchemaVersion\":\"1.0\",\r\n \"configurationId\":\"DEASentinel2NRT\",\r\n \"bucket\":{\r\n \"name\":\"dea-public-data\",\r\n \"ownerIdentity\":{\"principalId\":\"A2I385BZ60F0QY\"},\r\n \"arn\":\"arn:aws:s3:::dea-public-data\"\r\n },\r\n \"object\":{\r\n \"key\":\"L2\/sentinel-2-nrt\/S2MSIARD\/2020-08-21\/S2B_OPER_MSI_ARD_TL_VGS1_20200821T014801_A018060_T54HVH_N02.09\/ARD-METADATA.yaml\",\r\n \"size\":28324,\r\n \"eTag\":\"439190a173d10147b0ba9c2aa1ca3041\",\r\n \"versionId\":\"s84jtWiCSLLXlQuJ8eteL0HwgK3l0sUc\",\r\n \"sequencer\":\"005F3F85BD1738B0FD\"}\r\n }\r\n }\r\n ]\r\n }",
"Timestamp" : "2020-08-21T08:28:45.921Z",
"SignatureVersion" : "1",
"Signature" : "AGQ4OymLiq1DPUXepUsRv27YnIzhY9VWGt57N4AFrHcuw6XT7C71pI4lXrZkeCUwBWAck31E0nna1ntM1HhcUpd6ZfrrUGJvd82B5HE/ev2Q/FYsCoj41CIX6ghJDvJ5o4tgGrsLYE9FJMDbOo/4hXhn8g23Xgoa/woQHDXfH2bcuJkSfIGznVFnc5hZcwNuV5l4J5KcV0T6Q+LT1LHJD6UMeUQRFrzxanZbF29D5/AbEzH10/nJqWV2GLgLCPN7sQnVC7svA6C5eTMTJzo1vftcM3NHoscAnxGta0AxzKGqUFGxF31/5QLfZTYSXbcPjz/5sf4BqvvJ9Jkct2G6bg==",
"SigningCertURL" : "https://sns.ap-southeast-2.amazonaws.com/SimpleNotificationService-a86cb10b4e1f29c941702d737128f7b6.pem",
"UnsubscribeURL" : "https://sns.ap-southeast-2.amazonaws.com/?Action=Unsubscribe&SubscriptionArn=arn:aws:sns:ap-southeast-2:538673716275:DEANewData:3484d14d-d66e-493c-a61c-2adcb9fef394"
"Signature" : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"SigningCertURL" : "https://sns.ap-southeast-2.amazonaws.com/SimpleNotificationService-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.pem",
"UnsubscribeURL" : "https://sns.ap-southeast-2.amazonaws.com/?Action=Unsubscribe&SubscriptionArn=arn:aws:sns:ap-southeast-2:xxxxxxxxxxxxxxx:DEANewData:xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxx"
}

0 comments on commit 7acf2c5

Please sign in to comment.