diff options
author | Venkata Harish Kajur <vk250x@att.com> | 2020-07-15 15:56:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-07-15 15:56:46 +0000 |
commit | 0a57f838fced472afde62cb7ef25784d3e9bd0b3 (patch) | |
tree | 33c23dfb1530b4e49baea3f806b4dde3e0ba8992 | |
parent | 4888dfa6f889258d2399fc63e764b79fe9e4d36d (diff) | |
parent | ea9034ae516f6cb0c98f9182bed743c1e1ec5043 (diff) |
Merge "Ensure Non-root user is running all processes"
-rw-r--r-- | aai-common-docker/aai-haproxy-image/src/main/docker/haproxy.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-common-docker/aai-haproxy-image/src/main/docker/haproxy.cfg b/aai-common-docker/aai-haproxy-image/src/main/docker/haproxy.cfg index 8a4001e9..a8da55c5 100644 --- a/aai-common-docker/aai-haproxy-image/src/main/docker/haproxy.cfg +++ b/aai-common-docker/aai-haproxy-image/src/main/docker/haproxy.cfg @@ -2,8 +2,8 @@ global log /dev/log local0 stats socket /usr/local/etc/haproxy/haproxy.socket mode 660 level admin stats timeout 30s - user root - group root + user haproxy + group haproxy daemon ################################# # Default SSL material locations# |