sse-secure-systems / connaisseur

An admission controller that integrates Container Image Signature Verification into a Kubernetes cluster
https://sse-secure-systems.github.io/connaisseur/
Apache License 2.0
442 stars 62 forks source link

fix: Change security context of Redis image to match redis user #1824

Closed Starkteetje closed 2 weeks ago

Starkteetje commented 2 weeks ago

Previously, we set the default security context of the Redis to a user/group not taken. This could cause problems with permissions, resulting in error logs and shutdown delays, thus this commit changes the default user/group to reflect the built-in redis user.

Fixes #1764

Description

Checklist