lenses-helm-charts icon indicating copy to clipboard operation
lenses-helm-charts copied to clipboard

feat(): add security context on the container level

Open anja-istenic opened this issue 2 years ago • 2 comments

It is recommended practice to give a resource (pod/container) the least privileges it needs. The Lenses Helm Chart already supports configuring the security context on the pod level. This PR adds the securityContext configurations on the container level (more info on container level securityContext here).

This change is fully backwards compatible, as the containerSecurityContext value configuration is optional and defaults to {}

anja-istenic avatar Aug 31 '22 12:08 anja-istenic

@georgeyord Not sure what the merge process is but any review or feedback would be much appreciated.

anja-istenic avatar Sep 05 '22 10:09 anja-istenic

Hello

I am also interested in this feature (internal security rules...). When is it expected that this MR be merged ?

Thanks

PS: It will be necessary to add it in lenses-provision container too.

waewoo avatar Feb 16 '23 11:02 waewoo

Hi @anja-istenic and @waewoo,

This feature has been implemented has been introduced with this commit.

Apologise for a delay!

iMajna avatar Feb 06 '25 11:02 iMajna