VictoriaMetrics/app/vmctl
Aliaksandr Valialkin 4e4d7f4cbe
app/vmctl: disallow insecure https connections to vm-native-dst-addr and vm-native-src-addr by default
It is better from security PoV to disallow insecure https connections
to vm-native-dst-addr and vm-native-src-addr . This also maintains backwards compatibility
with vmctl before the commit 828aca82e9

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/5595
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/pull/5606
2024-01-16 20:20:33 +02:00
..
auth
backoff
barpool
deployment
influx
limiter
multiarch
native app/vmctl: enable range steps in reverse order (#5444) 2023-12-12 13:05:44 +01:00
opentsdb
prometheus
remoteread
stepper app/vmctl: enable range steps in reverse order (#5444) 2023-12-12 13:05:44 +01:00
terminal
testdata/servers_integration_test
utils
vm
flags.go app/vmctl: disallow insecure https connections to vm-native-dst-addr and vm-native-src-addr by default 2024-01-16 20:20:33 +02:00
influx.go
main.go app/vmctl: disallow insecure https connections to vm-native-dst-addr and vm-native-src-addr by default 2024-01-16 20:20:33 +02:00
Makefile
opentsdb.go
prometheus.go
prometheus_test.go
README.md
remote_read_test.go
remoteread.go app/vmctl: enable range steps in reverse order (#5444) 2023-12-12 13:05:44 +01:00
utils.go
vm_native.go vmctl: rename vm-native-disable-retries to vm-native-disable-per-metric-migration (#5476) 2023-12-15 12:36:28 +01:00
vm_native_test.go lib/prompb: change type of Label.Name and Label.Value from []byte to string 2024-01-14 22:33:21 +02:00

See vmctl docs here.

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