Skip to main content

Reveal

  1. Navigate to /opt/gpudb/connectors/reveal/etc/default.json and update the url setting:

GAdmin

  1. Navigate to the /opt/gpudb/tomcat/webapps/gadmin/js/settings.js file and update the REVEAL_PORT variable to the secured Reveal port (default 8444):
  2. Navigate to the /opt/gpudb/tomcat/webapps/gadmin/WEB-INF/classes/gaia.properties file and update the following settings to https, ensuring the host is correct for your setup
  3. In the /opt/gpudb/tomcat/conf/catalina.properties file at the bottom:
    1. Add the trustStore setting value with the proper file path to the keystore:
    2. Add the trust store password to the file using one of the following methods:
      • Add the following setting with the plain-text password for an unencrypted password:
      • Encrypt the password using the /opt/gpudb/core/bin/gpudb_encrypt.sh utility (see Obfuscating Plain-Text Passwords for details), then provide the following setting with the encrypted password value and the file path to the gpudb_decrypt.sh script (located in /opt/gpudb/core/bin/ by default):
A keystore being added to catalina.properties will prevent security settings from being overwritten during a Kinetica upgrade