In case that your on premises IriusRisk instance has a permit / block access list, you would need to set the following tomcat environment variable on the docker-compose.yml file:
- ANALYTICS_API_URL=http://<analytics-private-dns>:9090/analytics
Or:
- ANALYTICS_API_URL=http://<private-IP>:9090/analytics
For example:
tomcat:
environment:
- IRIUS_DB_URL=jdbc\:postgresql\://172.17.0.1\:5432/iriusprod?user\=iriusprod&password\=<your_password>
- IRIUS_EDITION=onprem
- IRIUS_EXT_URL=http\://<your_instance_name>.iriusrisk.com
- grails_env=production
- STARTLEFT_URL=http://startleft:8081
- IRIUS_JWT_PRIVATE_KEY_PATH=/etc/irius/ec_private.pem
- CATALINA_OPTS="-Dsaml.config.path=/etc/irius/SAMLv2-config.groovy"
- ANALYTICS_API_URL=http://10.0.78.110:9090/analytics
As an alternative, you can add your own IriusRisk instance public IP to your permission list.
A use case for this topic would be when your IriusRisk instance has an AWS Security group that allows the access only to certain addresses.
Comments
0 comments
Please sign in to leave a comment.