07-23-2017 11:40 PM
Hi all,
For the triggered tasks to be executed on Groundplex, Snaplogic provides three sets of auto generated URLs -
As the HTTP URL is also auto generated we want to block the access to this HTTP URL without blocking the HTTP port.
Do we have any OOTB setting available through which this can be achieved.
Best,
YV
07-27-2017 08:02 AM
Could you use the global.properties settings jcc.jetty_host for a static FQDN/IP then the port would only listen on that FQDN and block other traffic?
07-27-2017 08:09 AM
Thanks Mike for your response, can this be done at individual pipeline level as we want to allow HTTP communication for certain interfaces deployed on Groundplex.
Best,
YV
07-27-2017 08:17 AM
Not aware of any global settings but when you create a task just clear out “On Premise URL” field, just delete the http:// URL and that would stop anyone invoking this service via HTTP
07-27-2017 08:19 AM
Oh ok, if it’s possible to delete the http:// URL let me try that out. Thank you !!