Aliaksandr Valialkin
|
284fec8fcd
|
app/vmauth: accept requests with Basic Auth username which is equal to bearer_token value from the -auth.config
|
2021-11-17 13:31:19 +02:00 |
|
Aliaksandr Valialkin
|
f3ac945d74
|
app/vmauth: add ability to override the username label value for vmauth_user_requests_total metric by specifying name option in -auth.config
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1805
|
2021-11-17 00:47:34 +02:00 |
|
Aliaksandr Valialkin
|
013d626889
|
app/vmauth: add ability to specify http headers to send in requests to backends
See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1736
|
2021-10-22 19:10:29 +03:00 |
|
Aliaksandr Valialkin
|
b22e380a34
|
app/vmauth: allow balancing the load among multiple backend nodes by specifying multiple urls in url_prefix config
|
2021-05-29 01:03:37 +03:00 |
|
Aliaksandr Valialkin
|
c54bb73867
|
all: do not skip SIGHUP signal during service initialization
This can lead to stale or incomplete configs like in the https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1240
|
2021-05-21 16:34:06 +03:00 |
|
Aliaksandr Valialkin
|
7c4e460513
|
app/vmauth: parse url_prefix only once during config load
|
2021-04-21 10:55:29 +03:00 |
|
Aliaksandr Valialkin
|
6bc52fe41a
|
all: rename https://victoriametrics.github.io to https://docs.victoriametrics.com
|
2021-04-20 20:16:17 +03:00 |
|
Aliaksandr Valialkin
|
b1d0028e79
|
app/vmauth: add support for authorization via Authorization: Bearer <token>
|
2021-04-02 22:14:53 +03:00 |
|
Aliaksandr Valialkin
|
47ac2051bb
|
app/vmauth: allow using regexps in url_map paths
See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1112
|
2021-03-05 18:21:36 +02:00 |
|
Aliaksandr Valialkin
|
1e38ad6d20
|
app/vmauth: add ability to route requests from a single users to multiple targets depending on the requested path
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1064
|
2021-02-11 12:41:16 +02:00 |
|
Aliaksandr Valialkin
|
9d42546a27
|
docs: consistently use links to https://victoriametrics.github.io for documentation references
|
2020-12-11 21:08:18 +02:00 |
|
Aliaksandr Valialkin
|
c402265e88
|
all: support %{ENV_VAR} placeholders in yaml configs in all the vm* components
Such placeholders are substituted by the corresponding environment variable values.
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/583
|
2020-08-13 17:15:25 +03:00 |
|
Aliaksandr Valialkin
|
d5dddb0953
|
all: use %w instead of %s for wrapping errors in fmt.Errorf
This will simplify examining the returned errors such as httpserver.ErrorWithStatusCode .
See https://blog.golang.org/go1.13-errors for details.
|
2020-06-30 23:05:11 +03:00 |
|
Aliaksandr Valialkin
|
4b98e436ef
|
app/vmauth: emit fatal errors instead of panics when incorrect command-line flags are set
|
2020-06-05 20:13:55 +03:00 |
|
Aliaksandr Valialkin
|
f8692a1d43
|
app/vmauth: log when -auth.config is reloaded in SIGHUP
|
2020-06-03 23:22:14 +03:00 |
|
Aliaksandr Valialkin
|
e767aedd17
|
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 |
|