Aliaksandr Valialkin
|
106e302d7a
|
all: add mssing APP_NAME to vm*-GOARCH builds
|
2020-07-31 13:45:32 +03:00 |
|
Aliaksandr Valialkin
|
31ef39e8da
|
lib/httpserver: log remote address in error message from httpserver.Errorf
This should improve detection of the root cause of errors.
Thanks to Anant for the idea.
|
2020-07-20 14:06:29 +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
|
2b504f17de
|
docs: update the info that docker images are built on top of alpine image now
A follow-up after the commit ff624c9125
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/522
|
2020-06-26 13:52:25 +03:00 |
|
Aliaksandr Valialkin
|
9409a31c07
|
docs/vmauth.md: mention that we can provide custom integration with SAML
|
2020-06-19 13:13:53 +03:00 |
|
Aliaksandr Valialkin
|
c1be462d42
|
app/vmauth: disable automatic response compression/uncompression, since it may work improperly in some cases
See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/535
|
2020-06-05 20:14:07 +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
|
3848ea3a4a
|
app/vmauth: print brief usage info for vmauth -help
|
2020-06-05 10:40:11 +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
|
bb4a2bf1aa
|
app/vmauth: fix make run-vmauth command
|
2020-05-22 16:45:19 +03:00 |
|
Aliaksandr Valialkin
|
2784015a4d
|
all: print --help output to stdout instead of stderr
This is easier to grep and pipe
|
2020-05-16 12:03:06 +03:00 |
|
Aliaksandr Valialkin
|
6646b380ef
|
docs/vmauth.md: fix a link to docker images
|
2020-05-08 14:11:10 +03:00 |
|
Aliaksandr Valialkin
|
dc04040781
|
docs/{vmagent,vmauth}: small clarifications in the docs
|
2020-05-07 12:55:06 +03:00 |
|
Aliaksandr Valialkin
|
2b403d3f42
|
app/vmauth: prevent from attacks with .. in path for accessing resources outside the configured url_prefix
|
2020-05-07 12:55:04 +03:00 |
|
Aliaksandr Valialkin
|
21b91599c2
|
docs/{vmauth,vmagent}: fix ports for profiling
|
2020-05-05 20:16:09 +03:00 |
|
Aliaksandr Valialkin
|
309700ab8c
|
docs/vmauth.md: mention that we can help creating customized proxy
|
2020-05-05 12:34:08 +03:00 |
|
Aliaksandr Valialkin
|
20e958789a
|
docs/{vmagent,vmauth}: add Profiling section
|
2020-05-05 11:45:29 +03:00 |
|
Aliaksandr Valialkin
|
1153f30fee
|
docs: add vmauth.md
|
2020-05-05 11:17:45 +03:00 |
|
Aliaksandr Valialkin
|
782fb30cd0
|
app/vmauth: build fixes
|
2020-05-05 11:03:25 +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 |
|