Auth based on source IP?

Traefik 1.7.12

I have services that I wish to be accessible from both internet and our local network(s).

I would like no auth on local (we'll say 172.100.0.0/24 for example) sources, and HTTP Basic Auth on internet sources.

Is this a possible configuration?

Thanks!

Hello @Danin,

This is not possible using a single entrypoint, but a solution could be to use two, one exposed over the internet using Basic Auth and another one using White Listing.