Skip to content
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

feat: set default user and group #2002

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

Conversation

csatib02
Copy link
Member

@csatib02 csatib02 commented Apr 2, 2025

Fixes: #1987

@csatib02 csatib02 added the enhancement New feature or request label Apr 2, 2025
@csatib02 csatib02 requested review from pepov and Copilot April 2, 2025 08:58
@csatib02 csatib02 self-assigned this Apr 2, 2025
Copy link

@Copilot Copilot AI left a 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

@csatib02 csatib02 force-pushed the fix/set-default-user branch from 968a913 to bca83b6 Compare April 3, 2025 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Run fluentd as user by default
1 participant