Doc: Updated Database SSL Service Connection Docs (#17298)

Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
This commit is contained in:
Prajwal214 2024-08-07 11:39:39 +05:30 committed by GitHub
parent 11a49ef08d
commit 3b8ee1ddb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 16 additions and 4 deletions

View File

@ -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.
$$

View File

@ -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.
$$

View File

@ -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")