From: wr148d Date: Wed, 15 Jul 2020 15:36:43 +0000 (-0400) Subject: Ensure Non-root user is running all processes X-Git-Tag: 1.7.0~8^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=ea9034ae516f6cb0c98f9182bed743c1e1ec5043;p=aai%2Faai-common.git Ensure Non-root user is running all processes Issue-ID: AAI-2822 Signed-off-by: wr148d Change-Id: I909af84510bbdcc0e1514dc33b97d3b948b3d90b --- 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#