Browse Source

add image and take care of review comments

test/ut-fix
starbirdtech383 9 months ago committed by starbirdtech383
parent
commit
81b33aa2d2
  1. 9
      packages/noco-docs/docs/100.data-sources/020.connect-to-data-source.md
  2. BIN
      packages/noco-docs/static/img/v2/data-source/data-source-connect-4a.png

9
packages/noco-docs/docs/100.data-sources/020.connect-to-data-source.md

@ -25,11 +25,12 @@ To connect to an external data source, follow the steps below:
4a. Optionally, if the connection required is TLS/MTLS for MITM protection, follow these additional steps below:
- Click on `SSL & Advanced Parameters`, \
- Click on `SSL & Advanced Parameters`
- Select `SSL Mode` and upload the client certificate, client key, and Root CA files by clicking on the file.
\
Note: The entire connection parameters can be viewed in json form by clicking on the "Edit connection JSON" and edited as required by database server type.\
Example: In PostgreSQL with SSL mode set to "Required-Identity," if the server certificate's common name (cname) differs from the actual DNS/IP used for connection, the connection may fail. To resolve this, add a "servername" property with the cname value under the SSL section, along with certificate information. Additional details are available in the Knex configuration options.[knex configuration options](https://knexjs.org/guide/#configuration-options)
\
Example: In PostgreSQL with SSL mode set to "Required-Identity," if the server certificate's common name (cname) differs from the actual DNS/IP used for connection, the connection may fail. To resolve this, add a "servername" property with the cname value under the SSL section, along with certificate information. Additional details are available at [knex configuration options](https://knexjs.org/guide/#configuration-options).
5. Click on `Test Database Connection` button to verify the connection
6. Wait for the connection to be verified.
@ -41,4 +42,6 @@ To connect to an external data source, follow the steps below:
![data source-2](/img/v2/data-source/data-source-connect-2.png)
![data source-3](/img/v2/data-source/data-source-connect-3.png)
![data source-3](/img/v2/data-source/data-source-connect-3.png)
![data source-4](/img/v2/data-source/data-source-connect-4a.png)

BIN
packages/noco-docs/static/img/v2/data-source/data-source-connect-4a.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 KiB

Loading…
Cancel
Save