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(fluentd): reduce permissions on configmap volumes #366

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

Boojapho
Copy link
Contributor

@Boojapho Boojapho commented May 25, 2023

Removes defaultmode from config map volume mounts. The default of 0644 will be used instead. For configmaps, Kubernetes automatically makes them read-only, so the effective permission is 0444 (read-only for everyone). The previous value was 0777 (read/write/executable for everyone)

Closes #365

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fluentd config file permissions are too broad
1 participant