fluent/fluentd

System config: add umask option

Geschlossen

#4.816 geöffnet am 03.02.2025

 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Ruby (1.392 Forks)batch import
enhancementgood first issue

Repository-Metriken

Stars
 (13.529 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 9h 42m) (30 gemergte PRs in 30 T)

Beschreibung

Is your feature request related to a problem? Please describe.

Some users need to change umask. Example:

  • #4810

Currently, we have to use the command line option --umask. It is inconvenient for the service or container image.

Describe the solution you'd like

Add umask option to the System config.

Describe alternatives you've considered

Without this option in System config, we can customize the command line options like https://github.com/fluent/fluentd/issues/4810#issuecomment-2629720905, but it is inconvenient.

Additional context

No response

Contributor Guide