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

Support for multi user context for forjj #250

Open
clarsonneur opened this issue Nov 12, 2018 · 0 comments
Open

Support for multi user context for forjj #250

clarsonneur opened this issue Nov 12, 2018 · 0 comments

Comments

@clarsonneur
Copy link
Collaborator

If forjj is used from a shared server, forjj set a temporary path (/tmp/forjj) and name plugins container without username information.

This means , forjj itself do not support multiple user environment.

To fix this, forjj should:

  • use /tmp/${USERNAME}.forjj instead of /tmp/forjj. we can imagine to use the user ID to reduce the dir path size.
  • Personalize container name so that a container is attached to a user calling it.
    Ex: 1000-production-pdxc-software-factory_jenkins-jenkins where 1000 is jenkins uid.

I don't know for now if there is anything else that needs to be set, but at least those are required for sure.

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