Skip to content

Default file permissions for file-based storage #5864

@tandr

Description

@tandr

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions