pkg/v-m: vmagent: Remove IP address restrictions
All checks were successful
dustin/metricspi/pipeline/head This commit looks good
All checks were successful
dustin/metricspi/pipeline/head This commit looks good
Setting `IPAddressAllow` and `IPAddressDeny` instructs systemd to construct BPF firewall rules to restrict traffic. Since `vmagent` is responsible for scraping metrics from hosts on the network, it does not make any sense to restrict it to localhost-only communication.
This commit is contained in:
@@ -19,8 +19,6 @@ ReadWritePaths=/var/lib/victoria-metrics
|
||||
CapabilityBoundingSet=
|
||||
DeviceAllow=
|
||||
DevicePolicy=closed
|
||||
IPAddressAllow=localhost
|
||||
IPAddressDeny=any
|
||||
LockPersonality=yes
|
||||
MemoryDenyWriteExecute=yes
|
||||
NoNewPrivileges=yes
|
||||
|
||||
Reference in New Issue
Block a user