Is there way to configure trusted_network
to consider everything trusted? (i.e. 0.0.0.0)
or
Is there a way to configure allow_bypass_login
without defining trusted_network?
I attempted a variety of both, but I’ve not found a way to achieve either yet.
Context:
- I’ve an authentication proxy in front of HA (authelia).
- I have
x-forwarded-for
enabled so that HA logs the real client IPs. - I want
allow_bypass_login
enabled so that once authenticated with the proxy there is no further logging in required.
For #3, I need trusted_networks
enabled. However with #2 enabled I need to “trust the world”.
Thanks!