fluent/fluentd

System config: add umask option

Open

#4816 aperta il 3 feb 2025

Vedi su GitHub
 (5 commenti) (0 reazioni) (0 assegnatari)Ruby (1392 fork)batch import
enhancementgood first issue

Metriche repository

Star
 (13.529 star)
Metriche merge PR
 (Merge medio 15h 57m) (19 PR mergiate in 30 g)

Descrizione

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

Guida contributor