[web_server] Fix basic auth with long credentials (#18237)

This commit is contained in:
J. Nick Koston
2026-08-10 14:49:14 -05:00
committed by GitHub
parent 334afdefb5
commit 8a16ead8ce
8 changed files with 120 additions and 15 deletions
@@ -0,0 +1,8 @@
packages:
web_server: !include common_v2.yaml
web_server:
auth:
username: admin
password: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
type: basic
@@ -4,5 +4,5 @@ packages:
web_server:
auth:
username: admin
password: password
password: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
type: basic