Disable telemetry in block mode
Harden Runner sends telemetry related to egress traffic to the StepSecurity API, e.g.
Domain names resolved,
IP addresses called, and
Processes that made these calls
This telemetry is used to render the insights page.
When you use egress-policy: block
mode, and if you do not want this telemetry to be sent anymore, you can set disable-telemetry: true
.
When this is done, telemetry will no longer be sent to StepSecurity API.
Example
Here is an example of how to use disable-telemetry: true
Last updated