Add ip_ban_whitelist for HTTP Integration #8955
Replies: 1 comment
-
Hi there @Veldkornet! This is the frontend repository, however, you are requesting a backend feature. Those feature requests need to go into the community forums: https://community.home-assistant.io/c/feature-requests/13 Thanks! ../Frenck 🚂 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently in the HTTP integration, you are able to set
ip_ban_enabled
, this is great... except the iOS Companion app seems to occasionaly fail to authenicate for some reason, and this causes my devices (phones / tablets) to stop working until I realise, after which I need to login via a device which has hopefully not been banned and clear the IP's listed in the ip_ban.yaml.Ideally, I'd like to whitelist my local subnet to ensure that my local devices are never locked out, even if they for some reason do an authentication failure (thanks iOS companion app). The whitelist whould allow you to add individual IP's or IP subnets, much in the same way as you can with the trusted proxies.
An example configuration is below with the (to be added)
ip_ban_whitelist
:Beta Was this translation helpful? Give feedback.
All reactions