Aliaksandr Valialkin
|
559dd996c4
|
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:11:35 +03:00 |
|
Aliaksandr Valialkin
|
8cdecfc52c
|
app/vmauth: allow balancing the load among multiple backend nodes by specifying multiple urls in url_prefix config
|
2021-05-29 01:04:22 +03:00 |
|
Aliaksandr Valialkin
|
d77db9d813
|
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:38:20 +03:00 |
|
Aliaksandr Valialkin
|
e7c4fde756
|
app/vmauth: parse url_prefix only once during config load
|
2021-04-21 10:57:17 +03:00 |
|
Aliaksandr Valialkin
|
6dc5d3b357
|
all: rename https://victoriametrics.github.io to https://docs.victoriametrics.com
|
2021-04-20 20:20:01 +03:00 |
|
Aliaksandr Valialkin
|
89771d082d
|
app/vmauth: add support for authorization via Authorization: Bearer <token>
|
2021-04-02 22:15:07 +03:00 |
|
Aliaksandr Valialkin
|
26cb6f8861
|
app/vmauth: allow using regexps in url_map paths
See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1112
|
2021-03-05 18:53:40 +02:00 |
|
Aliaksandr Valialkin
|
9e88ff3075
|
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:38 +02:00 |
|
Aliaksandr Valialkin
|
fc82c22e50
|
docs: consistently use links to https://victoriametrics.github.io for documentation references
|
2020-12-11 21:09:17 +02:00 |
|
Aliaksandr Valialkin
|
60c7397be5
|
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:17:06 +03:00 |
|
Aliaksandr Valialkin
|
d962568e93
|
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:33:46 +03:00 |
|
Aliaksandr Valialkin
|
7680b7155d
|
app/vmauth: emit fatal errors instead of panics when incorrect command-line flags are set
|
2020-06-05 20:14:05 +03:00 |
|
Aliaksandr Valialkin
|
faea804b88
|
app/vmauth: log when -auth.config is reloaded in SIGHUP
|
2020-06-03 23:22:20 +03:00 |
|
Aliaksandr Valialkin
|
de31d16154
|
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 |
|