diff --git a/openmetadata-ui/src/main/resources/ui/public/locales/en-US/Database/Hive.md b/openmetadata-ui/src/main/resources/ui/public/locales/en-US/Database/Hive.md index 364e9421d84..1115986e218 100644 --- a/openmetadata-ui/src/main/resources/ui/public/locales/en-US/Database/Hive.md +++ b/openmetadata-ui/src/main/resources/ui/public/locales/en-US/Database/Hive.md @@ -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. $$ \ No newline at end of file diff --git a/openmetadata-ui/src/main/resources/ui/public/locales/en-US/Database/Impala.md b/openmetadata-ui/src/main/resources/ui/public/locales/en-US/Database/Impala.md index c6dbbaa67d5..8efa74f3cb1 100644 --- a/openmetadata-ui/src/main/resources/ui/public/locales/en-US/Database/Impala.md +++ b/openmetadata-ui/src/main/resources/ui/public/locales/en-US/Database/Impala.md @@ -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. $$ diff --git a/openmetadata-ui/src/main/resources/ui/public/locales/en-US/Database/Salesforce.md b/openmetadata-ui/src/main/resources/ui/public/locales/en-US/Database/Salesforce.md index b54231af2c2..85285ff207c 100644 --- a/openmetadata-ui/src/main/resources/ui/public/locales/en-US/Database/Salesforce.md +++ b/openmetadata-ui/src/main/resources/ui/public/locales/en-US/Database/Salesforce.md @@ -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")