VictoriaMetrics/app/vmauth
Aliaksandr Valialkin d427a4cfaa
app/vmauth: use more clear names for the field and function added at e666d64f1d
- Rename overrideHostHeader() function to hasEmptyHostHeader()
- Rename overrideHostHeader field at UserInfo to useBackendHostHeader

This should simplify the future maintenance of the code

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/pull/6525
2024-07-17 11:34:32 +02:00
..
deployment app/vmauth: add initial version of vmauth. See https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/app/vmauth/README.md for details 2020-05-05 10:56:20 +03:00
multiarch deployment: build image for vmagent streamaggr benchmark (#6515) 2024-06-24 16:29:14 +02:00
auth_config.go app/vmauth: use more clear names for the field and function added at e666d64f1d 2024-07-17 11:34:32 +02:00
auth_config_test.go app/vmauth: add test for LeastLoaded balance policy (#6144) 2024-04-30 10:30:14 +02:00
example_config.yml app/vmauth: adds metric_labels and backend_errors counter (#5585) 2024-01-22 01:09:51 +02:00
example_config_ent.yml vmauth: add browser authorization request for http requests without… (#5234) 2023-11-01 21:00:52 +01:00
main.go app/vmauth: use more clear names for the field and function added at e666d64f1d 2024-07-17 11:34:32 +02:00
main_test.go Revert "app/vmauth: reader pool to reduce gc & mem alloc (#6533)" 2024-07-17 11:34:31 +02:00
Makefile Add build support for loong64 (#6222) 2024-05-10 14:32:05 +02:00
README.md all: replace old https://docs.victoriametrics.com/vmauth.html url with the new one - https://docs.victoriametrics.com/vmauth/ 2024-04-18 01:50:16 +02:00
target_url.go app/vmauth: follow-up for b155b20de4 2024-04-17 14:53:20 +02:00
target_url_test.go app/vmauth: follow-up for 3a45bbb4e0 2024-07-16 10:41:08 +02:00

See vmauth docs here.

vmauth docs can be edited at docs/vmauth.md.