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

Remove the system user set if it is not supported #177

Open
unkcpz opened this issue May 2, 2023 · 0 comments
Open

Remove the system user set if it is not supported #177

unkcpz opened this issue May 2, 2023 · 0 comments

Comments

@unkcpz
Copy link
Member

unkcpz commented May 2, 2023

For the new docker stack, aiidalab can not support changing system user because the user can only change upon https://jupyter-docker-stacks.readthedocs.io/en/latest/using/common.html#user-related-configurations and start container as root. However, start AiiDAlab container as root will run all beforenotebook.d scripts as root and it will fail the start of PostgreSQL services as reported in aiidalab/aiidalab-docker-stack#297 (comment)

There are two options:

  • Remove the system user setup from profile setup, the profile object still contains this information but it just not shown in the profile edit so user is not allowed to change it.
  • Support configure system user.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant