spring-cloud / spring-cloud-deployer-kubernetes

The Spring Cloud Deployer implementation for Kubernetes
Apache License 2.0
157 stars 98 forks source link

Add Supplemental Groups to Pod Security Context. #458

Closed umutcann closed 3 years ago

umutcann commented 3 years ago

Supplemental Groups which controls group IDs containers will be a new feature for pod security context.

dturanski commented 3 years ago

@umutcann - Thank you for the contribution. In reviewing it, I noticed a bug in DeployerPropertiesResolver.getPodSecurityContext that was there originally. I am closing this and replacing with #461 which is cleaner. Thanks again!