User Details
User Details
- User Since
- Tue, Nov 12, 11:31 AM (2 w, 6 d)
Wed, Nov 13
Wed, Nov 13
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, 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.
Tue, Nov 12
Tue, Nov 12
namtech changed Is it a breaking change? from none to behavior on T6868: Monitoring: Loki Basic Authentication limitation prevents Cloud Monitoring.