Skip to content

Commit

Permalink
ticdc: add docs for insecure-skip-verify (pingcap#13706) (pingcap#13841)
Browse files Browse the repository at this point in the history
* Add temp.md

* Delete temp.md

* add ticdc config insecure-skip-verify

Signed-off-by: Ran <[email protected]>

* Apply suggestions from code review

---------

Signed-off-by: Ran <[email protected]>
Co-authored-by: Ran <[email protected]>
Co-authored-by: Aolin <[email protected]>
  • Loading branch information
3 people authored Jun 14, 2023
1 parent c502c5c commit e4431b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ticdc/ticdc-sink-to-kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ The following are descriptions of sink URI parameters and values that can be con
| `ca` | The path of the CA certificate file needed to connect to the downstream Kafka instance (optional). |
| `cert` | The path of the certificate file needed to connect to the downstream Kafka instance (optional). |
| `key` | The path of the certificate key file needed to connect to the downstream Kafka instance (optional). |
| `insecure-skip-verify` | Whether to skip certificate verification when connecting to the downstream Kafka instance (optional, `false` by default, introduced in v6.5.3). |
| `sasl-user` | The identity (authcid) of SASL/PLAIN or SASL/SCRAM authentication needed to connect to the downstream Kafka instance (optional). |
| `sasl-password` | The password of SASL/PLAIN or SASL/SCRAM authentication needed to connect to the downstream Kafka instance (optional). |
| `sasl-mechanism` | The name of SASL authentication needed to connect to the downstream Kafka instance. The value can be `plain`, `scram-sha-256`, `scram-sha-512`, or `gssapi`. |
Expand Down

0 comments on commit e4431b7

Please sign in to comment.