Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ticdc: add docs for insecure-skip-verify (#14073) #14080

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ticdc/ticdc-sink-to-kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ URI 中可配置的的参数如下:
| `ca` | 连接下游 Kafka 实例所需的 CA 证书文件路径(可选)。 |
| `cert` | 连接下游 Kafka 实例所需的证书文件路径(可选)。 |
| `key` | 连接下游 Kafka 实例所需的证书密钥文件路径(可选)。 |
| `insecure-skip-verify` | 连接下游 Kafka 实例时是否跳过证书验证(可选,默认值 `false`)。 |
| `sasl-user` | 连接下游 Kafka 实例所需的 SASL/PLAIN 或 SASL/SCRAM 认证的用户名(authcid)(可选)。 |
| `sasl-password` | 连接下游 Kafka 实例所需的 SASL/PLAIN 或 SASL/SCRAM 认证的密码(可选)。如有特殊字符,需要用 URL encode 转义。 |
| `sasl-mechanism` | 连接下游 Kafka 实例所需的 SASL 认证方式的名称,可选值有 `plain`、`scram-sha-256`、`scram-sha-512` 和 `gssapi`。 |
Expand Down