mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-16 13:41:37 +00:00
Doc: Updated Database SSL Service Connection Docs (#17298)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
This commit is contained in:
parent
11a49ef08d
commit
3b8ee1ddb6
@ -63,7 +63,7 @@ Authentication options to pass to Hive connector. These options are based on SQL
|
||||
$$
|
||||
|
||||
### Connection Options
|
||||
Additional connection options to build the URL that can be sent to service during the connection. The connectionOptions parameter is specific to the connection method being used. For example, if you are using SSL encryption, you might set the connectionOptions parameter to {'ssl': 'true', 'sslTrustStore': '/path/to/truststore'}.
|
||||
Additional connection options to build the URL that can be sent to service during the connection. The connectionOptions parameter is specific to the connection method being used.
|
||||
|
||||
### Connection Arguments
|
||||
Additional connection arguments such as security or protocol configs that can be sent to service during connection.
|
||||
@ -321,5 +321,6 @@ $$
|
||||
$$section
|
||||
### Connection Arguments $(id="connectionArguments")
|
||||
|
||||
Additional connection arguments such as security or protocol configs that can be sent to service during connection.
|
||||
Additional connection arguments such as security or protocol configs that can be sent to service during connection. For example, if you are using SSL encryption, update the parameter to {'ssl_cert': '/path/to/ca/cert'}.
|
||||
Ensure that the certificate is accessible by the server. If you use a Docker or Kubernetes deployment, update the CA certificate in the Open Metadata server.
|
||||
$$
|
@ -71,10 +71,12 @@ $$
|
||||
|
||||
$$section
|
||||
### Connection Options $(id="connectionOptions")
|
||||
Additional connection options to build the URL that can be sent to service during the connection. The connectionOptions parameter is specific to the connection method being used. For example, if you are using SSL encryption, you might set the connectionOptions parameter to {'ssl': 'true', 'sslTrustStore': '/path/to/truststore'}.
|
||||
Additional connection options to build the URL that can be sent to service during the connection. The connectionOptions parameter is specific to the connection method being used.
|
||||
$$
|
||||
|
||||
$$section
|
||||
### Connection Arguments $(id="connectionArguments")
|
||||
Additional connection arguments such as security or protocol configs that can be sent to service during connection.
|
||||
|
||||
Additional connection arguments such as security or protocol configs that can be sent to service during connection.For example, if you are using SSL encryption, update the parameters to {'use_ssl': 'true', 'ssl_cert': '/path/to/ca/cert'}.
|
||||
Ensure that the certificate is accessible by the server. If you use a Docker or Kubernetes deployment, update the CA certificate in the Open Metadata server.
|
||||
$$
|
||||
|
@ -74,6 +74,15 @@ $$section
|
||||
The CA certificate used for SSL validation to connect to Salesforce.
|
||||
$$
|
||||
|
||||
$$section
|
||||
### SSL Certificate $(id="sslCertificate")
|
||||
Provide the path to SSL client certificate file (`ssl_cert`)
|
||||
$$
|
||||
|
||||
$$section
|
||||
### SSL Key $(id="sslKey")
|
||||
Provide the path to SSL key file (`ssl_key`)
|
||||
$$
|
||||
|
||||
$$section
|
||||
### Connection Options $(id="connectionOptions")
|
||||
|
Loading…
x
Reference in New Issue
Block a user