Skip to content
This repository was archived by the owner on Feb 20, 2024. It is now read-only.

[cp-kafka-connect] add security context support. #585

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dezka
Copy link

@dezka dezka commented Feb 16, 2022

What changes were proposed in this pull request?

Allows configuring a security context for Kafka Connect pods. Right now these are running as root which isn't ideal as it poses a security risk. If an attacker were to break into the container, they would have root access to install packages / look at things they should not be. Lastly an attacker breaking out of a container running as root would be root on a host.

How was this patch tested?

helm install with the modified chart locally against AWS EKS.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant