Pulse/cmd/pulse-sensor-proxy
rcourtman 35adcf104f docs: add guidance for large deployments (30+ nodes) in rate limit config
Update config.example.yaml with:
- Recommendations for very large deployments (30+ nodes)
- Formula for calculating optimal rate limits based on node count
- Example calculation: 30 nodes with 10s polling = 300ms interval
- Security note about minimum safe intervals

This helps admins properly configure the proxy for enterprise
deployments with dozens of nodes.
2025-10-21 11:27:13 +00:00
..
audit.go security: complete Phase 1 sensor proxy hardening 2025-10-20 15:13:37 +00:00
audit_test.go security: complete Phase 1 sensor proxy hardening 2025-10-20 15:13:37 +00:00
auth.go Automate sensor proxy container mount and auth 2025-10-14 12:41:48 +00:00
auth_test.go Automate sensor proxy container mount and auth 2025-10-14 12:41:48 +00:00
cleanup.go feat: add comprehensive node cleanup system 2025-10-17 18:53:45 +00:00
config.example.yaml docs: add guidance for large deployments (30+ nodes) in rate limit config 2025-10-21 11:27:13 +00:00
config.go feat: make pulse-sensor-proxy rate limits configurable 2025-10-21 11:25:21 +00:00
main.go feat: make pulse-sensor-proxy rate limits configurable 2025-10-21 11:25:21 +00:00
main_test.go test: add comprehensive security tests and documentation 2025-10-19 16:47:13 +00:00
metrics.go security: complete Phase 1 sensor proxy hardening 2025-10-20 15:13:37 +00:00
ssh.go security: complete Phase 1 sensor proxy hardening 2025-10-20 15:13:37 +00:00
ssh_test.go security: complete Phase 1 sensor proxy hardening 2025-10-20 15:13:37 +00:00
throttle.go feat: make pulse-sensor-proxy rate limits configurable 2025-10-21 11:25:21 +00:00
throttle_test.go feat: make pulse-sensor-proxy rate limits configurable 2025-10-21 11:25:21 +00:00
validation.go security: complete Phase 1 sensor proxy hardening 2025-10-20 15:13:37 +00:00
validation_fuzz_test.go security: complete Phase 1 sensor proxy hardening 2025-10-20 15:13:37 +00:00
validation_test.go security: complete Phase 1 sensor proxy hardening 2025-10-20 15:13:37 +00:00