Instructions
- Is the IP address is static?
Yes, the IP address is static and the IP to whitelist is "3.132.114.81"
- 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
Is SSL configured for the provided IP?
The SSL mode is automatically used if the database supports SSL.