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

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

Merged
merged 4 commits into from
Sep 2, 2024
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
### SSL CA $(id="caCertificate")
The CA certificate used for SSL validation.
$$

Will be used if Verify SSL is set to `validate`.
$$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.
$$
Original file line number Diff line number Diff line change
Expand Up @@ -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.
$$
Loading