aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/resources/config/haproxy/haproxy-pluggable-security.cfg
diff options
context:
space:
mode:
authorNiharika Sharma <niharika.sharma@amdocs.com>2022-11-25 11:32:27 -0500
committerNiharika Sharma <niharika.sharma@amdocs.com>2022-11-25 13:56:38 -0500
commit0be54cffd57e0817ec03a48d6d6f6a3c12a9cc8d (patch)
treefa1453520116472ce05b6e663b0626fac368c6b7 /kubernetes/aai/resources/config/haproxy/haproxy-pluggable-security.cfg
parent43815726c3cf6259004c7a6343f710f049c348ee (diff)
[AAI] Haproxy user updated in config
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
Diffstat (limited to 'kubernetes/aai/resources/config/haproxy/haproxy-pluggable-security.cfg')
-rw-r--r--kubernetes/aai/resources/config/haproxy/haproxy-pluggable-security.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/aai/resources/config/haproxy/haproxy-pluggable-security.cfg b/kubernetes/aai/resources/config/haproxy/haproxy-pluggable-security.cfg
index 1266d4e1c0..03212b9f2d 100644
--- a/kubernetes/aai/resources/config/haproxy/haproxy-pluggable-security.cfg
+++ b/kubernetes/aai/resources/config/haproxy/haproxy-pluggable-security.cfg
@@ -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#