Skip to content

Commit e8ea310

Browse files
committed
stash commit
1 parent 71f431c commit e8ea310

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

content/operate/rc/databases/rdi/_index.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,19 @@ Using RDI with Redis Cloud simplifies managing your data integration pipeline. N
2727

2828
A RDI data pipeline sits between your source database and your target Redis database. Initially, the pipeline reads all of the data and imports it into the target database during the *initial cache loading* phase. After this initial sync is complete, the data pipeline enters the *change streaming* phase, where changes are captured as they happen. Changes in the source database are added to the target within a few seconds of capture.
2929

30-
RDI encrypts all network connections with TLS or mTLS and stores all state and configuration data inside the Redis cluster.
31-
3230
For more info on how RDI works, see [RDI Architecture]({{<relref "/integrate/redis-data-integration/architecture">}}).
3331

32+
### Pipeline security
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
42+
3443
## Prerequisites
3544

3645
Before you can create a data pipeline, you must have:

0 commit comments

Comments
 (0)