Skip to main content

Networking

Domains

Individual services are exposed of different subdomains. The Checkout service for example is available under checkout.{region}.prod.warrify.cloud.

The following regions are available:

  • Global* (global.prod.warrify.cloud)
  • EU-1 (eu-1.prod.warrify.cloud)

* NOTE: the global region serves for specific services such as IAM (Identity & Access Management) that span all regions.

IP Allowlisting

To ensure the availability and scalability of our service we scale our infrastructure horizontally with dynamic IP allocation. This makes it infeasible to allowlist IP addresses for individual services such as Checkout or IAM as these may change any time. To enable integration with systems deployed behind Level 3 Firewalls that require IP allowlisting we offer a reverse proxy that exposes a set of static IP addresses listed in the table below.

Reverse Proxy

The proxy is available at proxy.{region}.prod.warrify.cloud (e.g. for the EU-1 region: proxy.eu-1.prod.warrify.cloud). Individual services can be addressed by appending the service name as the first path segment after the version. (e.g. to send sales to the Checkout service, which is normally done at checkout.{region}.prod.warrify.cloud/v1/sales you use proxy.{region}.prod.warrify.cloud/v1/checkout/sales)

The IP addresses are:

EU-1

  • 52.208.5.157
  • 46.51.156.226
  • 46.137.182.235

⚠️ Limitations

When using the Proxy only HTTP/1.1 is supported.