Doc: Updating Connection Docs for SSL in UI for Messaging & Dashboard (#17592)

This commit is contained in:
Prajwal214 2024-09-02 11:12:36 +05:30 committed by GitHub
parent d74cbed6e6
commit 4491396507
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 47 additions and 5 deletions

View File

@ -108,6 +108,20 @@ You will have to replace new lines with `\n` and the final private key that you
```
$$
$$section
### SSL CA $(id="caCertificate")
The CA certificate used for SSL validation.
$$
$$section
### SSL Certificate $(id="sslCertificate")
The SSL certificate used for client authentication.
$$
$$section
### SSL Key $(id="sslKey")
The private key associated with the SSL certificate.
$$
$$section
### Staging Directory Path $(id="stagingDir")

View File

@ -109,9 +109,16 @@ Client SSL configuration in case we are connection to a host with SSL enabled.
$$
$$section
### Certificate Path $(id="certificatePath")
CA certificate path in the instance where the ingestion run. E.g., `/path/to/public.cert`.
Will be used if Verify SSL is set to `validate`.
### SSL CA $(id="caCertificate")
The CA certificate used for SSL validation.
$$
$$section
### SSL Certificate $(id="sslCertificate")
The SSL certificate used for client authentication.
$$
$$section
### SSL Key $(id="sslKey")
The private key associated with the SSL certificate.
$$

View File

@ -81,3 +81,24 @@ $$section
The accepted additional values for the Schema Registry configuration can be found in the following [link](https://docs.confluent.io/5.5.1/clients/confluent-kafka-python/index.html#confluent_kafka.schema_registry.SchemaRegistryClient).
$$
$$section
### SSL Config $(id="sslConfig")
Client SSL configuration in case we are connection to a host with SSL enabled.
$$
$$section
### SSL CA $(id="caCertificate")
The CA certificate used for SSL validation.
$$
$$section
### SSL Certificate $(id="sslCertificate")
The SSL certificate used for client authentication.
$$
$$section
### SSL Key $(id="sslKey")
The private key associated with the SSL certificate.
$$