mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-27 08:31:28 +00:00
BREAKING CHANGE: AI command execution on agents is now disabled by default. Users who want AI auto-fix must explicitly enable it with --enable-commands flag or PULSE_ENABLE_COMMANDS=true environment variable. Changes: - Add --enable-commands flag (opt-in for command execution) - Commands disabled by default for security (defense-in-depth) - --disable-commands is now deprecated (logs warning, no longer needed) - PULSE_DISABLE_COMMANDS deprecated in favor of PULSE_ENABLE_COMMANDS - Update installer script to use --enable-commands - Backwards compatibility: PULSE_DISABLE_COMMANDS=false still enables commands This addresses community feedback about secure defaults for arbitrary command execution on production infrastructure. Related to #889 |
||
|---|---|---|
| .. | ||
| agent.go | ||
| agent_buffering_test.go | ||
| agent_flushbuffer_test.go | ||
| agent_new_test.go | ||
| agent_sensors_test.go | ||
| agent_test.go | ||
| command_client_test.go | ||
| commands.go | ||
| commands_connect_test.go | ||
| commands_execute_test.go | ||
| commands_registration_test.go | ||
| proxmox_setup.go | ||
| proxmox_setup_test.go | ||
| send_report_test.go | ||
| version.go | ||