Skip to content
Snippets Groups Projects
user avatar
Jeff Evans authored
Fix Oracle SSL tests

Define new test for Oracle SSL connectivity, in oracle_test.clj, similar to how things work in mysql_test.clj

Add new test util macro, with-env-keys-renamed-by, to support running tests with environ keys temporarily renamed

Using new test macro from both MySQL and Oracle SSL connectivity tests

Removing now unneeded be-tests-oracle-ssl-ee CircleCI job

Removing now unneeded test-selector parameter for test-driver orb in CircleCI config.yml

Updating JVM_OPTS to use a trust store that starts with cacerts and adds the RDS root CA, rather than one only
containing the RDS root CA
c938fb05
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.

Directory Contents

cacerts_with_RDS_root_ca.jks

This is a JKS trust store, which was created by adding the RDS root CA (latest as of March 2021) to the built-in cacerts file included with OpenJDK 11. It was added by following similar instructions as those outlined for creating a new trust store file documented here. The keystore password is: metabase

rds-combined-ca-bundle.pem

This is simply a copy of the "combined" CA bundle from AWS.