mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
4487dac30b
- Allow specifying only a single HTTP header for reading auth tokens via -httpAuthHeader command-line flag. This is better from security PoV, since this prevents from accidental reading of auth token from undesired HTTP header. By default the -httpAuthHeader equals to Authorization. When it is overridden, then auth token isn't read from Authorization header - it is read only from the specified header. - Document the -httpAuthHeader command-line flag at https://docs.victoriametrics.com/vmauth/#reading-auth-tokens-from-other-http-headers Updates https://github.com/VictoriaMetrics/VictoriaMetrics/pull/6009 |
||
---|---|---|
.. | ||
deployment | ||
multiarch | ||
auth_config.go | ||
auth_config_test.go | ||
example_config.yml | ||
example_config_ent.yml | ||
main.go | ||
main_test.go | ||
Makefile | ||
README.md | ||
target_url.go | ||
target_url_test.go |
See vmauth docs here.
vmauth docs can be edited at docs/vmauth.md.