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 |
|