Skip to content

Commit 16e0004

Browse files
authored
Merge pull request #3428 from ClickHouse/tp/secure-iam-screenshot-update
update screenshot and wording for clickpipes s3/kinesis arn authentication
2 parents b239c8d + c53fcb0 commit 16e0004

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/cloud/security/accessing-s3-data-securely.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Accessing S3 Data Securely
55
---
66

77
import secure_s3 from '@site/static/images/cloud/security/secures3.jpg';
8-
import s3_info from '@site/static/images/cloud/security/secures3_arn.jpg';
8+
import s3_info from '@site/static/images/cloud/security/secures3_arn.png';
99
import s3_output from '@site/static/images/cloud/security/secures3_output.jpg';
1010

1111
This article demonstrates how ClickHouse Cloud customers can leverage role-based access to authenticate with Amazon Simple Storage Service(S3) and access their data securely.
@@ -28,9 +28,9 @@ This approach allows customers to manage all access to their S3 buckets in a sin
2828

2929
3 - Select the **Settings** tab
3030

31-
4 - Scroll down to the **About this service** section at the bottom of the page
31+
4 - Scroll down to the **Network security information** section at the bottom of the page
3232

33-
5 - Copy the **IAM Role** value belong to the service as shown below.
33+
5 - Copy the **Service role ID (IAM)** value belong to the service as shown below.
3434

3535
<img src={s3_info} alt="Obtaining ClickHouse service IAM Role ARN" />
3636

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Kinesis Role-Based Access
55
---
66

77
import secure_kinesis from '@site/static/images/integrations/data-ingestion/clickpipes/securekinesis.jpg';
8-
import secures3_arn from '@site/static/images/cloud/security/secures3_arn.jpg';
8+
import secures3_arn from '@site/static/images/cloud/security/secures3_arn.png';
99

1010
This article demonstrates how ClickPipes customers can leverage role-based access to authenticate with Amazon Kinesis and access their data streams securely.
1111

@@ -27,9 +27,9 @@ Using this approach, customers can manage all access to their Kinesis data strea
2727

2828
3 - Select the **Settings** tab
2929

30-
4 - Scroll down to the **About this service** section at the bottom of the page
30+
4 - Scroll down to the **Network security information** section at the bottom of the page
3131

32-
5 - Copy the **IAM Role** value belong to the service as shown below.
32+
5 - Copy the **Service role ID (IAM)** value belong to the service as shown below.
3333

3434
<img src={secures3_arn} alt="Secure S3 ARN" />
3535

-24 KB
Binary file not shown.
36.9 KB
Loading

0 commit comments

Comments
 (0)