-
Notifications
You must be signed in to change notification settings - Fork 482
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Files in the indexing directory are created with 0600 permissions. As such, because I am indexing using tool local-ingest
, it uses my current user to create files on nfs share. But services are running under root user on the other machines cannot access these files - these machines see them, but cannot read them.
Describe the solution you'd like
A config setting to control a default permission for file-based index
Describe alternatives you've considered
running a cron job each minute to do chmod -R a+rw /qw/indexes
seems to be a hella ugly solution
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request