aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenkata Harish Kajur <vk250x@att.com>2020-07-15 15:56:46 +0000
committerGerrit Code Review <gerrit@onap.org>2020-07-15 15:56:46 +0000
commit0a57f838fced472afde62cb7ef25784d3e9bd0b3 (patch)
tree33c23dfb1530b4e49baea3f806b4dde3e0ba8992
parent4888dfa6f889258d2399fc63e764b79fe9e4d36d (diff)
parentea9034ae516f6cb0c98f9182bed743c1e1ec5043 (diff)
Merge "Ensure Non-root user is running all processes"
-rw-r--r--aai-common-docker/aai-haproxy-image/src/main/docker/haproxy.cfg4
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#