cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Block communication for On - Premises HTTP URL

vyasyash
New Contributor III

Hi all,

For the triggered tasks to be executed on Groundplex, Snaplogic provides three sets of auto generated URLs -

  1. Cloud URL
  2. On-premises secure URL (HTTPS)
  3. On-premises URL (HTTP)

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

6 REPLIES 6

mikeandrews
New Contributor III

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?

vyasyash
New Contributor III

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

Bhavin
Former Employee

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

vyasyash
New Contributor III

Oh ok, if itโ€™s possible to delete the http:// URL let me try that out. Thank you !!