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

Using non root user in controller #3579

Merged
merged 7 commits into from
Oct 11, 2018
Merged

Using non root user in controller #3579

merged 7 commits into from
Oct 11, 2018

Commits on Sep 27, 2018

  1. Using non root user in controller

    Have done some basic testing.
    Would like some feedback.
    Himavanth committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    b55ae13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42344c6 View commit details
    Browse the repository at this point in the history
  3. Triggering build

    Himavanth committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    6c451e9 View commit details
    Browse the repository at this point in the history
  4. Using chown instead of giving full permissions

    Using chown instead of giving full permissions
    Himavanth committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    6e065ab View commit details
    Browse the repository at this point in the history
  5. Permissions to create coverage folder

    Permissions to create coverage folder
    Himavanth committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    ec9e29f View commit details
    Browse the repository at this point in the history
  6. Using user's home folder instead of root

     The root folder has permission issues in IBM PG build. So using
    /home/owuser instead of /root to store jmxremote files. owuser is the
    new user we create to avoid using root user. Not switching the user in
    invoker because it is a privileged container.
    Himavanth committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    bf6d52d View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2018

  1. Triggering build

    Triggering build
    Himavanth committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    e093881 View commit details
    Browse the repository at this point in the history