-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Labels
good first issueGood for newcomersGood for newcomerskubernetesItems related to KubernetesItems related to Kubernetes
Description
Description
As mentioned in this comment, we should set the securityContext
for the ProxyRunner like we do with the individual MCPServers pods and containers themselves.
Change Proposal
For the ProxyRunner, we should implement the following securityContext
configuration:
pod
:runAsNonRoot: true
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
container
:priviledged: false
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 1000
allowPrivilegeEscalation: false
readOnlyFileSystem: true
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerskubernetesItems related to KubernetesItems related to Kubernetes