Skip to end of banner
Go to start of banner

Database exporter: IP Whitelistings

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Instructions

  1. Is the IP address is static?

    Yes, the IP address is static and the IP to whitelist is "3.132.114.81". Please find the documentation page here.

  2. Network Security: How to secure the data?

    Basically the apps works it on an AWS VM environment and it gets the data from jira over https:<Jira URL> and it doesn't store the data anywhere, it process using with 

    the memory and it just 

    uses JDBC connection to push it over to the client database. We would like to assure that the data will not store anywhere while getting the data from Jira as its coming

     over HTTPS.

    The app uses JDBC connection to connect to Postgres database. Connection uses sslmode=prefer option which is described here: https://jdbc.postgresql.org/documentation/head/connect.html

    and here https://jdbc.postgresql.org/documentation/head/ssl-client.html

  3. Is SSL configured for the provided IP? 

    The SSL mode is automatically used if the database supports SSL.


  • No labels