Skip to content

Support for multi user context for forjj #250

@clarsonneur

Description

@clarsonneur

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.

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