File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
content/operate/rc/databases/rdi Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -233,10 +233,10 @@ The required secrets depend on your source database's security configuration. Th
233233
234234| Security configuration | Required secrets |
235235| :-- | :-- |
236- | Username and password only | <ul><li>Credentials secret (username and password)</li></ul> |
237- | TLS connection | <ul><li>Credentials secret (username and password)</li><li>CA Certificate secret (server certificate)</li></ul> |
238- | mTLS connection | <ul><li>Credentials secret (username and password)</li><li>CA Certificate secret (server certificate)</li><li>Client certificate secret</li><li>Client key secret</li></ul> |
239- | mTLS connection with client key passphrase | <ul><li>Credentials secret (username and password)</li><li>CA Certificate secret (server certificate)</li><li>Client certificate secret</li><li>Client key secret</li><li>Client key passphrase secret</li></ul> |
236+ | Username and password only | <ul><li>Credentials secret (username and password for the RDI pipeline user )</li></ul> |
237+ | TLS connection | <ul><li>Credentials secret (username and password for the RDI pipeline user )</li><li>CA Certificate secret (server certificate)</li></ul> |
238+ | mTLS connection | <ul><li>Credentials secret (username and password for the RDI pipeline user )</li><li>CA Certificate secret (server certificate)</li><li>Client certificate secret</li><li>Client key secret</li></ul> |
239+ | mTLS connection with client key passphrase | <ul><li>Credentials secret (username and password for the RDI pipeline user )</li><li>CA Certificate secret (server certificate)</li><li>Client certificate secret</li><li>Client key secret</li><li>Client key passphrase secret</li></ul> |
240240
241241Select a tab to learn how to create the required secret.
242242
@@ -251,8 +251,8 @@ In the [AWS Management Console](https://console.aws.amazon.com/), use the **Serv
251251
252252- **Key/value pairs**: Enter the following key/value pairs.
253253
254- - `username`: Database username
255- - `password`: Database password
254+ - `username`: Database username for the RDI pipeline user
255+ - `password`: Database password for the RDI pipeline user
256256
257257{{< embed-md "rc-rdi-secrets-encryption-permissions.md" >}}
258258
You can’t perform that action at this time.
0 commit comments