Restrict access to Pod to CloudFlare

READ BEFORE POST

If you have an application issue, please take a look here first:
Step by step, diagnose your application issues

INFORMATION

I would like my application to be accessible only via CloudFlare*

link to my application :slight_smile: https://console.qovery.com/organization/ec8f91e8-647f-4fd9-9947-f4f83d56fb40/project/587517d9-1a64-4961-b34b-4f89beb2c5d8/environment/99840047-16e7-461c-809c-e11f16ad460c/application/51af1226-d20c-49e8-b3c3-2aa1091ab8da

link to my public CNAME:
https://staging-installer.chargeguru.com

Issue:
When I set network.ingress.whitelist_source_range to CloudFlare IP ranges (cf https://www.cloudflare.com/ips-v4)
Accessing via my public CNAME gets me a 503…

How can I do it ?

Hi Laurent,

We did not reproduce your issue.
About the network.ingress.whitelist_source_range all the ips ranges are separated with a comma.
For instance to whitelist cloudflare you should set this value:

173.245.48.0/20,103.21.244.0/22,103.22.200.0/22,103.31.4.0/22,141.101.64.0/18,108.162.192.0/18,190.93.240.0/20,188.114.96.0/20,197.234.240.0/22,198.41.128.0/17,162.158.0.0/15,104.16.0.0/13,104.24.0.0/14,172.64.0.0/13,131.0.72.0/22

Can you test again with this value and tell us if it is working well?

Thanks
Julien

1 Like

Salut Julien !

Çà marche parfaitement !

merci !

J’imagine que je m’étais planté sur les séparateurs entre les masques !

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.