You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not an issue as such although I was not sure where to post. I have just installed this today and so far seems like it is working great.
I soon would like to expose my HA to the internet and conscious about security and if I have not configured it correctly. What are the main things to look out for when exposing this in a live PROD instance?
Another thought I had, is there a way that I can use this script only internally? And, if my HA is exposed to the web, it will prompt the user to login twice (once if Authelia and the other with HA)?
/
Separately, I had to add username_header: Remote-User (auth_header) to my HA config file. From my understanding, it passes and allows access to HA for anyone with the same username? Whats to stop someone being able to pass this header by using my username? Bare with as my understanding is super patchy and still trying to figure it out! Thanks for your guidance
The text was updated successfully, but these errors were encountered:
Make sure http.trusted_proxies is set correctly, I think HA requires this nowadays anyways, but make sure to set that to the IP/subnet of your internal reverse proxy. Thats about all you have ensure really.
Not sure if you can do it that way around, allthough this component will continue with the next auth method if the Header is not set.
Thats limited by the first setting, the header will only be used when the request comes from one of those IPs.
Not an issue as such although I was not sure where to post. I have just installed this today and so far seems like it is working great.
/
username_header: Remote-User
(auth_header) to my HA config file. From my understanding, it passes and allows access to HA for anyone with the same username? Whats to stop someone being able to pass this header by using my username? Bare with as my understanding is super patchy and still trying to figure it out! Thanks for your guidanceThe text was updated successfully, but these errors were encountered: