Skip to content

The software isn't running in rootless mode. #60

Description

@MarkusGehrig

We are trying to run the software on Kubernetes without root privileges. Unfortunately, the access permissions (0600) that are used are too low. If you run the application without using the root user, you will encounter various file permission errors.

In particular, the permissions for the 'transfer' folder should be set to 0700 instead of 0600. Otherwise, subfolders cannot be created.

err = os.MkdirAll(tmpDir, 0600)

Also look at #53

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions