aboutsummaryrefslogtreecommitdiffstats
path: root/aai-common-docker
diff options
context:
space:
mode:
authorwr148d <wr148d@att.com>2020-07-15 11:36:43 -0400
committerwr148d <wr148d@att.com>2020-07-15 11:37:15 -0400
commitea9034ae516f6cb0c98f9182bed743c1e1ec5043 (patch)
tree39dc44f781b424a98c2237519ee4709cf6137d79 /aai-common-docker
parent7e5069c8041999adbd10a69debc8dff867307e47 (diff)
Ensure Non-root user is running all processes
Issue-ID: AAI-2822 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I909af84510bbdcc0e1514dc33b97d3b948b3d90b
Diffstat (limited to 'aai-common-docker')
-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#