Enhance API with OIDC support, including login and callback endpoints. Update environment variables for OIDC configuration in .env.example. Add new features to the catalog service for listing software families, Minecraft versions, and deployment regions. Implement server management actions such as kill, delete, and update in the servers module. Integrate feature flags for maintenance mode in server operations. Update pnpm-lock.yaml with new dependencies and versions.
This commit is contained in:
14
docs/security/container-hardening.md
Normal file
14
docs/security/container-hardening.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Container Hardening
|
||||
|
||||
The node-agent applies baseline Docker hardening:
|
||||
|
||||
- `cap_drop: ALL` with minimal adds
|
||||
- `security_opt: no-new-privileges`
|
||||
- PID limits and log rotation
|
||||
|
||||
## Roadmap (Post-MVP)
|
||||
|
||||
- **Seccomp** — Custom profile per software family under `deploy/seccomp/`
|
||||
- **AppArmor** — Node-level profiles for game server containers
|
||||
|
||||
See `apps/node-agent/internal/docker/client.go` for current defaults.
|
||||
Reference in New Issue
Block a user