@Jesse_B wrote:
I am having an issue with the latest version of HA 0.103 where my HADashboard tablet is getting it’s self banned. I believe it is related to the custom camera widget I have been using for some time now that access a camera stream via token url: https://hassio/api/camera_proxy/camera.name?token=[randomtoken] (shouldn’t be auth’ed anyway). The widget has worked great and the only change I have made is the update to the trusted network section from http to the auth_providers in my config.
It seems to me that the exclusion for ipban on trusted networks was not carried over from the http component?
Please note, that sources from
trusted_networks
won’t be banned automatically.auth_providers: - type: homeassistant - type: trusted_networks trusted_networks: - 127.0.0.1 - 192.168.x.x/24 http: base_url: !secret base_url server_port: !secret server_port #api_password: !secret api_password ssl_certificate: !secret https_certificatechain ssl_key: !secret https_certificatekey ip_ban_enabled: true login_attempts_threshold: 5 ssl_profile: modern
Posts: 1
Participants: 1