fetch_ml/internal/config
Jeremie Fraeys 4756348c48
feat: Worker sandboxing and security configuration
Add security hardening features for worker execution:
- Worker config with sandboxing options (network_mode, read_only, secrets)
- Execution setup with security context propagation
- Podman container runtime security enhancements
- Security configuration management in config package
- Add homelab-sandbox.yaml example configuration

Supports running jobs in isolated, restricted environments.
2026-02-18 21:27:59 -05:00
..
constants.go feat(api): refactor websocket handlers; add health and prometheus middleware 2026-01-05 12:31:07 -05:00
paths.go chore: implement centralized path registry and file organization conventions 2026-02-18 16:48:50 -05:00
resources.go Fix multi-user authentication and clean up debug code 2025-12-06 12:35:32 -05:00
security.go feat: Worker sandboxing and security configuration 2026-02-18 21:27:59 -05:00
shared.go refactor: Phase 3 - fix config/storage boundaries 2026-02-17 12:49:53 -05:00
smart_defaults.go refactor: replace panic with error returns and update maintenance 2026-02-18 14:44:21 -05:00
validation.go Fix multi-user authentication and clean up debug code 2025-12-06 12:35:32 -05:00