amaechler commented on code in PR #14356: URL: https://github.com/apache/druid/pull/14356#discussion_r1211031042
########## docs/development/extensions-core/kinesis-ingestion.md: ########## @@ -352,14 +353,14 @@ look for credentials set in environment variables, via [Web Identity Token](http profile provider (in this order). To ingest data from Kinesis, ensure that the policy attached to your IAM role contains the necessary permissions. -The permissions needed depend on the value of `useListShards`. +The required permissions depend on the value of `useListShards`. If the `useListShards` flag is set to `true`, you need following permissions: -* `ListStreams`: required to list your data streams -* `Get*`: required for `GetShardIterator` -* `GetRecords`: required to get data records from a data stream's shard -* `ListShards` : required to get the shards for a stream of interest +- `ListStreams`: required to list your data streams Review Comment: Yeah, similarly to above tooling updated according to [MD004](https://github.com/DavidAnson/markdownlint/blob/v0.28.2/doc/md004.md). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
