Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 144a00e

Browse files
committed
Update recommended IAM policy for SNS source
1 parent a5da7f6 commit 144a00e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/sources/awssns.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,16 @@ As an example, the following policy contains the permissions required by the Tri
5050
{
5151
"Sid": "AWSSNSSourceReceiveAdapter",
5252
"Effect": "Allow",
53+
"Action": "sns:ConfirmSubscription",
54+
"Resource": "*"
55+
},
56+
{
57+
"Sid": "AWSSNSSourceReconciler",
58+
"Effect": "Allow",
5359
"Action": [
60+
"sns:ListSubscriptionsByTopic",
5461
"sns:Subscribe",
55-
"sns:ConfirmSubscription"
56-
"sns:Unsubscribe",
62+
"sns:Unsubscribe"
5763
],
5864
"Resource": "*"
5965
}

0 commit comments

Comments
 (0)