Dedicated Squidex IPs

I have…

I’m submitting a…

  • Regression (a behavior that stopped working in a new release)
  • Bug report
  • Performance issue
  • Documentation issue or request

Hi,

I was wondering if there is a dedicated list of IP addresses that Squidex uses to send webhooks, as I cannot find it in any of the documentation. We need to whitelist these IP addresses so they don’t get blocked by our Cloudflare rules. Just wanted to check if a dedicated list is available

No, sorry. I haven never configured Google Cloud setup to use static outgoing IPs. You can pobably get a list of IPs, but they might change a lot

We currently have those IPs in our list, do you know if they’re currently being used?
34.22.137.147
34.77.135.165
35.205.52.87

There could be thousand of IP addresses. I have not had a chance to look this up yet, I just know that nothign special was configured. I would not trust on something like that as it is not configured explicitely

Do you have any advice on best way to secure webhook calls and ensure they are truly from Squidex, given that you don’t use static IPs?

It is described here: Rules | Squidex

it basically signs the webhook. But you could also add a cusotm header with a secret or hashed secret.