[AAI] Haproxy user updated in config 61/132461/3
authorNiharika Sharma <niharika.sharma@amdocs.com>
Fri, 25 Nov 2022 16:32:27 +0000 (11:32 -0500)
committerNiharika Sharma <niharika.sharma@amdocs.com>
Fri, 25 Nov 2022 18:55:53 +0000 (13:55 -0500)
Haproxy user and group are changed to haproxy in haproxy.cfg

Issue-ID: AAI-3608
Signed-off-by: Niharika Sharma <niharika.sharma@amdocs.com>
Change-Id: I6578726f59c7dfa2e5c63d9074740ccc0bce27a7

kubernetes/aai/resources/config/haproxy/haproxy-pluggable-security.cfg
kubernetes/aai/resources/config/haproxy/haproxy.cfg

index 1266d4e..03212b9 100644 (file)
@@ -19,8 +19,8 @@ global
         stats timeout 30s
         # it is required else pod will not come up
         maxconn 50000
-        user root
-        group root
+        user haproxy
+        group haproxy
         daemon
         #################################
         # Default SSL material locations#
index fe1715b..8c2554e 100644 (file)
@@ -19,8 +19,8 @@ global
         stats timeout 30s
         # it is required else pod will not come up
         maxconn 50000
-        user root
-        group root
+        user haproxy
+        group haproxy
         daemon
         #################################
         # Default SSL material locations#