Skip to content

Fix/models proxy security hardening#111

Open
Koufan-De-King wants to merge 4 commits intomainfrom
fix/models-proxy-security-hardening
Open

Fix/models proxy security hardening#111
Koufan-De-King wants to merge 4 commits intomainfrom
fix/models-proxy-security-hardening

Conversation

@Koufan-De-King
Copy link
Copy Markdown
Collaborator

No description provided.

Addresses issues #84, #85, #86, #89:

- **#84**: Pin LiteLLM image to stable release v1.82.3-stable
- **#85**: Add NetworkPolicy for ingress/egress with least-privilege defaults
- **#86**: Document service account token drift investigation
- **#89**: Harden pod and container securityContext

Changes:
- Update global.litellm.version from nightly to stable
- Add pod securityContext with runAsNonRoot, runAsUser/Group, fsGroup, seccompProfile
- Add container securityContext with allowPrivilegeEscalation: false, readOnlyRootFilesystem: true, drop ALL capabilities
- Add NetworkPolicy template with DNS, Redis, and external provider egress rules
- Add networkPolicy configuration in values.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant