VictoriaMetrics/app/vmauth
Roman Khavronenko 711a38231b
app/vmauth: expose built-in handlers if -httpInternalListenAddr is specified ()
This functionality was broken in
0e313e5355

Was caught by integration tests:
```
--- FAIL: TestSingleVMAuthRouterWithInternalAddr (5.00s)
    vmauth_routing_test.go:148: Could not start vmauth: could not extract some or all regexps from stderr: ["pprof handlers are exposed at http://(.*:\\d{1,5})/debug/pprof/"]
```

Signed-off-by: hagen1778 <roman@victoriametrics.com>
(cherry picked from commit e77df5d00b)
2025-05-08 14:20:43 +02:00
..
deployment all: suppress InvalidDefaultArgInFrom warning emitted by docker build when building Docker packages via make package-* command 2024-09-03 14:05:43 +02:00
multiarch packaging/fips: add binaries build in FIPS mode 2025-05-06 17:24:07 +02:00
auth_config.go all: use new canonical urls to vmauth docs: https://docs.victoriametrics.com/victoriametrics/vmauth/ 2025-04-30 16:40:36 +02:00
auth_config_test.go vmauth: fix bug in discovering ipv6 addresses () 2025-01-10 16:50:29 +04:00
example_config.yml app/vmauth: adds metric_labels and backend_errors counter () 2024-01-22 01:09:51 +02:00
example_config_ent.yml app/vmauth: fixes ip_filters typo at example_config 2024-11-29 11:01:07 +01:00
main.go app/vmauth: expose built-in handlers if -httpInternalListenAddr is specified () 2025-05-08 14:20:43 +02:00
main_test.go app/vmauth: allow to serve internal API and different address 2025-02-06 13:44:34 +01:00
Makefile Add build support for loong64 () 2024-05-10 14:32:05 +02:00
README.md all: fix broken links to *.md files inside docs package after the commit f152021521 2025-04-27 17:51:24 +02:00
target_url.go app/vmauth: fix requests routing by host when using `src_hosts" 2024-12-05 15:16:56 +01:00
target_url_test.go bump golangci-lint to v1.64.4 2025-02-13 11:18:09 +01:00

See vmauth docs here.

vmauth docs can be edited at docs/vmauth.md.