Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Users other than root cannot write to /valohai/inputs #103

Open
noorula opened this issue Jan 13, 2023 · 2 comments
Open

Users other than root cannot write to /valohai/inputs #103

noorula opened this issue Jan 13, 2023 · 2 comments
Labels
bug Something isn't working priority: medium

Comments

@noorula
Copy link

noorula commented Jan 13, 2023

If the Docker container is started with other user than root it is not possible to write to /valohai/inputs as other does not have writing permissions there. This is a problem when using archives as inputs as valohai-utils tries to unarchive them into /valohai/inputs by default.

Suggested solutions:

  • Allow other to write in /valohai/inputs or even /valohai/*
    OR
  • If the user is other than root do the unarchiving somewhere else where the user has write permission.
@noorula noorula added bug Something isn't working priority: medium labels Jan 13, 2023
@tokkoro
Copy link
Contributor

tokkoro commented Feb 2, 2024

I think now that we have made changes how inputs are mounted we should try this again after we have that released. This issue might be fixed by that already.

@noorula
Copy link
Author

noorula commented Feb 29, 2024

This was brought up by a customer again so if someone has some interested in taking a look at this that would be nice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority: medium
Projects
None yet
Development

No branches or pull requests

2 participants