Skip to content

Commit 54cb639

Browse files
authored
Merge pull request #3827 from ClickHouse/kk/fix-secure-kinesis
Add permissions for Kinesis SubscribeToShard and DescribeStreamConsumer actions
2 parents b303a23 + 2654e22 commit 54cb639

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/integrations/data-ingestion/clickpipes/secure-kinesis.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,16 @@ IAM policy (Please replace `{STREAM_NAME}` with your Kinesis stream name):
8585
],
8686
"Effect": "Allow"
8787
},
88+
{
89+
"Action": [
90+
"kinesis:SubscribeToShard",
91+
"kinesis:DescribeStreamConsumer"
92+
],
93+
"Resource": [
94+
"arn:aws:kinesis:region:account-id:stream/{STREAM_NAME}/*"
95+
],
96+
"Effect": "Allow"
97+
},
8898
{
8999
"Action": [
90100
"kinesis:ListStreams"

0 commit comments

Comments
 (0)