VictoriaMetrics/app/vmauth
Aliaksandr Valialkin 334a739ff6
docs: convert png images to webp in all the docs except of docs/operator/*
This reduces the size of docs/* folder from 33MB to 18MB

Images inside docs/operator/* must be converted at the https://github.com/VictoriaMetrics/operator/tree/master/docs
and then the updated images must be automatically propagated to the docs/operator/*

This is a follow-up for d3f919df3e

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/pull/5206
2023-11-22 19:21:00 +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:54:17 +03:00
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.go app/vmauth: add ability to drop the specified number of /-delimited prefix parts from request path 2023-11-13 22:32:22 +01:00
auth_config_test.go app/vmauth: add ability to drop the specified number of /-delimited prefix parts from request path 2023-11-13 22:32:22 +01:00
example_config.yml app/vmauth: improve docs a bit after 323f3720ed 2023-11-11 12:49:28 +01:00
example_config_ent.yml vmauth: add browser authorization request for http requests without… (#5234) 2023-11-01 20:59:46 +01:00
main.go app/vmauth: add ability to drop the specified number of /-delimited prefix parts from request path 2023-11-13 22:32:22 +01:00
main_test.go app/vmauth: retry requests at other backends on 5xx response status codes 2023-09-08 00:46:37 +02: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.go app/vmauth: add ability to drop the specified number of /-delimited prefix parts from request path 2023-11-13 22:32:22 +01:00
target_url_test.go app/vmauth: add ability to drop the specified number of /-delimited prefix parts from request path 2023-11-13 22:32:22 +01:00

See vmauth docs here.

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