Skip to content

Commit c05d2d2

Browse files
committed
Clarify username/pass should be for RDI user, not primary/master user
1 parent 42f5751 commit c05d2d2

File tree

1 file changed

+6
-6
lines changed
  • content/operate/rc/databases/rdi

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
241241
Select 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

0 commit comments

Comments
 (0)