Skip to content

Commit 5efb870

Browse files
committed
linting
1 parent 038896f commit 5efb870

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Using this approach, customers can manage all access to their Kinesis data strea
4949
- 2. Browse to IAM Service Console
5050
- 3. Create a new IAM role with Trusted Entity Type of `AWS account`. Note that the name of the IAM role **must start with** `ClickHouseAccessRole-` for this to work.
5151

52-
#### i. Configure the Trust Policy
52+
#### i. Configure the Trust Policy {#configure-trust-policy}
5353

5454
The trust policy allows the ClickHouse IAM role to assume this role. Replace `{ClickHouse_IAM_ARN}` with the IAM Role ARN from your ClickHouse service (obtained in the previous step).
5555

@@ -68,12 +68,12 @@ Using this approach, customers can manage all access to their Kinesis data strea
6868
}
6969
```
7070

71-
#### ii. Configure the Permission Policy
71+
#### ii. Configure the Permission Policy {#configure-permission-policy}
7272

7373
The permission policy grants access to your Kinesis stream. Replace the following placeholders:
74-
- `{REGION}`: Your AWS region (e.g., `us-east-1`)
75-
- `{ACCOUNT_ID}`: Your AWS account ID
76-
- `{STREAM_NAME}`: Your Kinesis stream name
74+
- `{REGION}`: Your AWS region (e.g., `us-east-1`)
75+
- `{ACCOUNT_ID}`: Your AWS account ID
76+
- `{STREAM_NAME}`: Your Kinesis stream name
7777

7878
```json
7979
{

0 commit comments

Comments
 (0)