Page MenuHomeVyOS Platform
Feed Advanced Search

Nov 13 2024

namtech added a comment to T6868: Monitoring: Loki Basic Authentication limitation prevents Cloud Monitoring.

technically the limit would be defined by the http header length (and httpd configured allowed header sizes), http basic auth itself has no restrictions in the context of being Base64 encoded.
Often restrictions are from tooling side, not protocol side. I.e Apache htpasswd generated passwords and usernames (under windows) are limited to 255 chars, but again this is a tool limit, not a header limit
(Source: https://httpd.apache.org/docs/2.4/programs/htpasswd.html#restrictions)
256 (255) could be a reasonable value that matches this specific constraint.

Nov 13 2024, 8:17 AM · VyOS Rolling

Nov 12 2024

namtech changed Is it a breaking change? from none to behavior on T6868: Monitoring: Loki Basic Authentication limitation prevents Cloud Monitoring.
Nov 12 2024, 11:46 AM · VyOS Rolling
namtech created T6868: Monitoring: Loki Basic Authentication limitation prevents Cloud Monitoring.
Nov 12 2024, 11:43 AM · VyOS Rolling