Ensure Non-root user is running all processes 00/110200/1
authorwr148d <wr148d@att.com>
Wed, 15 Jul 2020 15:36:43 +0000 (11:36 -0400)
committerwr148d <wr148d@att.com>
Wed, 15 Jul 2020 15:37:15 +0000 (11:37 -0400)
Issue-ID: AAI-2822
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I909af84510bbdcc0e1514dc33b97d3b948b3d90b

aai-common-docker/aai-haproxy-image/src/main/docker/haproxy.cfg

index 8a4001e..a8da55c 100644 (file)
@@ -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#