Update Authentication system for 0.90 upgrade - #523

This commit is contained in:
ccostan
2019-03-20 17:04:15 -04:00
parent 4e13836c94
commit 418213d3ee
4 changed files with 17 additions and 52 deletions

View File

@@ -21,7 +21,11 @@ homeassistant:
auth_providers:
- type: homeassistant
- type: legacy_api_password
api_password: !secret http_password
- type: trusted_networks
trusted_networks:
- 192.168.10.0/24
- !secret external_ip
#Note: The influxdb runs along side the HA DB. It does not replace it. influxdb is used to grab data for Grafana.
influxdb:
@@ -73,12 +77,8 @@ cloud:
http:
base_url: !secret http_base_url
# server_port: !secret http_port
api_password: !secret http_api_password
ssl_certificate: !secret ssl_certificate
ssl_key: !secret ssl_key
trusted_networks:
- 192.168.10.0/24
- !secret external_ip
ip_ban_enabled: True
login_attempts_threshold: 3