From 9f280a54464e8055df9beb03c7ada62632cffa9a Mon Sep 17 00:00:00 2001 From: alondhe Date: Tue, 2 Jan 2024 16:07:44 -0800 Subject: [PATCH] Updated readme to add BYO JDBC driver --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e74bb8b..198ccc0 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,10 @@ To enable the use of SOLR for fast OMOP Vocab search in Atlas, review and fill o To enable a security provider for authentication and identity management in Atlas/WebAPI, review and fill out Sections 4 and 5 in the .env file. +#### Bring Your Own JDBC driver + +WebAPI does not come with all JDBC drivers supported by OHDSI (for example, Snowflake). To add a JDBC driver to the WebAPI build, refer to Section 3 of the .env file and edit the WEBAPI_ADDITIONAL_JDBC_FILE_PATH variable to point to your JDBC driver file. + #### Bring Your Own Cacerts (Java Keystore) for LDAP and Snowflake connections Some deployments require a Java Keystore (cacerts) file that establishes trust with Root Certificate Authorities for LDAP or Snowflake connections.