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 3 Next »


This article explains which IP to white list and the network security by using Power BI Connector Pro for Jira app.

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 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 you that the data will not store anywhere while getting the data from Jira as it's coming over HTTPS. The app uses a JDBC connection to connect to the Postgres database. The 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