1

Hi does anyone know what I can use to whitelist IBM Cloud function locations? I wrote a function that makes rest-api calls to a server but the server needs to whitelist incoming requests. Eg. If I select "US South" as the location for my IBM Cloud function, then what ip/domain/hostname etc does that appear as so I can whitelist it?

Thank you.

CharekC
  • 63
  • 7

1 Answers1

0

I recommend to have a look at IBM Cloud's Statica service which allows you to access restricted resources behind firewalls and whitelisted services using a static IP regardless of where your app is running or the number of instances.

https://console.bluemix.net/catalog/services/statica

Does this help?

AnNaSF
  • 165
  • 1
  • 10