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
Copy file name to clipboardExpand all lines: content/operate/rc/databases/rdi/_index.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,14 +31,11 @@ For more info on how RDI works, see [RDI Architecture]({{<relref "/integrate/red
31
31
32
32
### Pipeline security
33
33
34
-
Regarding pipeline security:
35
-
Source credentials and TLS secrets are all coming from AWS secret manager to RDI using AWS Secret Manager CSI driver for secrets which is the best practice
36
-
The connectivity to the source database is via AWS private link so that RDI is only exposed to the specific end point and not to the entire customer VPC
37
-
The connectivity to source database is JDBC secured connection with TLS
38
-
The data is written from the source to Redis streams over secured RESP + TLS
39
-
The data is then processed in memory by RDI - reading it over TLS secured RESP connection and writing it to the target Redis using TLS secured connection
40
-
RDI resides within Redis Cloud VPC
41
-
There is no Ingress connections to RDI except from Redis Cloud management services
34
+
Data pipelines are set up to ensure a high level of data security. Source database credentials and TLS secrets are stored in AWS secret manager and shared using the AWS Secret Manager CSI driver for secrets. See [Share source database credentials]({{<relref "/operate/rc/databases/rdi/setup#share-source-database-credentials">}}) to learn how to share your source database credentials with Redis Cloud.
35
+
36
+
Connections to the source database are through [AWS PrivateLink](https://aws.amazon.com/privatelink/), ensuring that the data pipeline is only exposed to the specific database endpoint. See [Set up connectivity]({{<relref "/operate/rc/databases/rdi/setup#set-up-connectivity">}}) to learn how to connect your PrivateLink to the Redis Cloud VPC.
37
+
38
+
RDI encrypts all network connections with TLS. The pipeline will process data from the source database in-memory and write it to the target database using a TLS connection. There are no external connections to your data pipeline except from Redis Cloud management services.
0 commit comments