You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`Disable TLS` toggles TLS for the connection on or off. Turning TLS off means data is sent as plaintext over the network, potentially including secrets and sensitive data.
19
+
-`Skip certificate verification` toggles on or off the verification of the certificate presented by the source database. Take into consideration the security implications of skipping certificate verification.
20
+
-`TLS Host` (optional, defaults to the source _Host_) is the hostname the certificate's CN must match when certificate verification is enabled.
21
+
-`Upload CA` can be used to provide a CA used when certificate verification is enabled.
-`Disable TLS` toggles TLS for the connection on or off. This means data is sent as plaintext over the network, potentially including secrets and sensitive data.
94
-
-`Skip certificate verification` toggles on and off the verification of the certificate presented by the source MongoDB database. Take into consideration the security implications of skipping certificate verification.
95
-
-`TLS Host` (optional, defaults to the source _Host_) is the hostname the certificate's CN must match when certificate verification is enabled.
96
-
-`Upload CA` can be used to provide a CA used when certificate verification is enabled.
79
+
<ChangingTLSSettings/>
97
80
98
81
#### (Optional) Set up SSH Tunneling {#optional-set-up-ssh-tunneling}
-`Disable TLS` toggles TLS for the connection on or off. This means data is sent as plaintext over the network, potentially including secrets and sensitive data.
105
-
-`Skip certificate verification` toggles on and off the verification of the certificate presented by the source MySQL database. Take into consideration the security implications of skipping certificate verification.
106
-
-`TLS Host` (optional, defaults to the source _Host_) is the hostname the certificate's CN must match when certificate verification is enabled.
107
-
-`Upload CA` can be used to provide a CA used when certificate verification is enabled.
90
+
<ChangingTLSSettings/>
108
91
109
92
#### (Optional) Set up SSH Tunneling {#optional-set-up-ssh-tunneling}
Copy file name to clipboardExpand all lines: docs/integrations/data-ingestion/clickpipes/postgres/index.md
+2-19Lines changed: 2 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,14 +15,12 @@ import cp_service from '@site/static/images/integrations/data-ingestion/clickpip
15
15
import cp_step0 from '@site/static/images/integrations/data-ingestion/clickpipes/cp_step0.png';
16
16
import postgres_tile from '@site/static/images/integrations/data-ingestion/clickpipes/postgres/postgres-tile.png'
17
17
import postgres_connection_details from '@site/static/images/integrations/data-ingestion/clickpipes/postgres/postgres-connection-details.jpg'
18
-
import tls_settings from '@site/static/images/integrations/data-ingestion/clickpipes/postgres/tls-settings.png'
19
-
import pipe_connection_settings from '@site/static/images/integrations/data-ingestion/clickpipes/postgres/pipe-connection-settings.png'
20
-
import pipe_edit_connection from '@site/static/images/integrations/data-ingestion/clickpipes/postgres/pipe-edit-connection.png'
21
18
import ssh_tunnel from '@site/static/images/integrations/data-ingestion/clickpipes/postgres/ssh-tunnel.jpg'
22
19
import select_replication_slot from '@site/static/images/integrations/data-ingestion/clickpipes/postgres/select-replication-slot.jpg'
23
20
import select_destination_db from '@site/static/images/integrations/data-ingestion/clickpipes/postgres/select-destination-db.jpg'
24
21
import ch_permissions from '@site/static/images/integrations/data-ingestion/clickpipes/postgres/ch-permissions.jpg'
25
22
import Image from '@theme/IdealImage';
23
+
import ChangingTLSSettings from '@site/docs/_snippets/clickpipes/_changing_tls_settings.md';
26
24
27
25
You can use ClickPipes to ingest data from your source Postgres database into ClickHouse Cloud. The source Postgres database can be hosted on-premises or in the cloud including Amazon RDS, Google Cloud SQL, Azure Database for Postgres, Supabase and others.
28
26
@@ -96,22 +94,7 @@ You can follow the [setup guide to set up the connection](/integrations/clickpip
-`Disable TLS` (defaults to on) toggles TLS for the connection on or off. Turning TLS off means data is sent as plaintext over the network, potentially including secrets and sensitive data.
112
-
-`Skip certificate verification` (defaults to off) toggles on or off the verification of the certificate presented by the source database. Take into consideration the security implications of skipping certificate verification.
113
-
-`TLS Host` (optional, defaults to the source _Host_) is the hostname the certificate's CN must match when certificate verification is enabled.
114
-
-`Upload CA` can be used to provide a CA used when certificate verification is enabled.
97
+
<ChangingTLSSettings/>
115
98
116
99
#### (Optional) Setting up SSH tunneling {#optional-setting-up-ssh-tunneling}
0 commit comments