Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titlevalues.yaml
  #Enable HTTPS
  serverSslPort: 8443
  serverSslKeyStore: /opt/app/config/auth/tomcat_keystore
  serverSslKeyStorePassword: password(OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10)
  serverSslClientAuth: want
  serverSslEnabled: true
  serverSslEnabledProtocols: TLSv1.1,TLSv1.2

For POMBA Kibana microservice, the HTTPS configuration is done in OOM 


$oom-repo-root/kubernetes/pomba/charts/pomba-kibana/values.yaml

Code Block
languagebash
titleapplication.properties
#Enable HTTPS
 serverSslEnabled: true
 serverSslCertificate: /usr/share/kibana/auth/pomba.crt.pem
 serverSslKey: /usr/share/kibana/auth/pomba.key.pem