mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-07 21:16:45 +00:00
Doc: Updating Connection Docs for SSL in UI for Messaging & Dashboard (#17592)
This commit is contained in:
parent
d74cbed6e6
commit
4491396507
@ -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")
|
||||
|
||||
@ -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.
|
||||
$$
|
||||
@ -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…
x
Reference in New Issue
Block a user