VictoriaMetrics/app/vmauth
2024-03-26 13:21:07 +01:00
..
deployment
multiarch all: run apk update && apk upgrade in base Alpine Docker image in order to get all the recent security fixes 2023-02-09 14:01:32 -08:00
auth_config_test.go app/vmauth: properly initialize URLPrefix in tests 2024-03-08 21:10:11 +01:00
auth_config.go vmauth: support other auth header names besides Authorization (#6009) 2024-03-26 13:21:07 +01:00
example_config_ent.yml vmauth: add browser authorization request for http requests without… (#5234) 2023-11-01 20:59:46 +01:00
example_config.yml app/vmauth: adds metric_labels and backend_errors counter (#5585) 2024-01-21 04:40:52 +02:00
main_test.go app/vmauth: retry requests at other backends on 5xx response status codes 2023-09-08 00:46:37 +02:00
main.go vmauth: support other auth header names besides Authorization (#6009) 2024-03-26 13:21:07 +01:00
Makefile all: add makefile rules for GOARCH=s390x for all the VictoriaMetrics components 2023-02-26 12:36:51 -08:00
README.md docs: convert png images to webp in all the docs except of docs/operator/* 2023-11-22 19:21:00 +02:00
target_url_test.go app/vmauth: allow discovering backend ips behind shared hostname and spreading load among the discovered ips 2024-03-07 01:02:16 +02:00
target_url.go app/vmauth: add src_headers option at url_map, which allows routing incoming requests to different backends depending on request headers 2024-03-06 21:56:32 +02:00

See vmauth docs here.

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