-
Notifications
You must be signed in to change notification settings - Fork 338
feat: set default user and group #2002
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR sets default security context values for the Fluentd logging configuration, addressing issue #1987.
- Set default user and group IDs by modifying SecurityContext and PodSecurityContext
- Introduce non-root execution defaults with explicit RunAsUser, RunAsGroup, and FSGroup values
Signed-off-by: Bence Csati <[email protected]>
968a913
to
bca83b6
Compare
Relabeled it as a breaking change, so that users who depended on the previous behaviour somehow will take attention |
@sebastiangaiser |
It gets overwritten (LO - 5.3.0):
|
Yeah this check currently works only if the SecurityContext or in your case PodSecurityContext is nil. If you would like to add this feel free to open a ticket or PR. :) I would be happy to review! |
Fixes: #1987