Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Webapps behind an ip whitelist

Avatar

Level 3

Hi,

We have an on-premise installation of campaign and have a whitelist set up on the load balancer so only select ip addresses get to log in and use it. The approach however, prevents webapps from being publicly accessible. Is there a way for us to safely expose the /webapps easily or is this more an OPS/IT question rather campaign? I can only think off setting up Apache with modproxy on some box who's ip has been whitelisted on the elb. Anyone got a similar set up? How would the open/link tracking have gone through if this was the case?

Thanks,

--Erik

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

You can use mod_proxy to whitelist IP address/URL combinations, or configure Campaign's web module to do same:

Almost all of Campaign's internal traffic is to /nl/jsp/soaprouter.jsp (block for inbound from internet).

Thanks,

-Jon

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi,

You can use mod_proxy to whitelist IP address/URL combinations, or configure Campaign's web module to do same:

Almost all of Campaign's internal traffic is to /nl/jsp/soaprouter.jsp (block for inbound from internet).

Thanks,

-Jon

Avatar

Level 3

Thank you for the help Jon! This is wonderful.

Cheers,

Erik