diff options
author | Niharika Sharma <niharika.sharma@amdocs.com> | 2022-11-25 11:32:27 -0500 |
---|---|---|
committer | Niharika Sharma <niharika.sharma@amdocs.com> | 2022-11-25 13:53:57 -0500 |
commit | 4a490084122eba1ca2cc704e6518cbf88a492eb4 (patch) | |
tree | 636e0bece0bd95970021bbd3bc58eb8d460b142c | |
parent | d5556a1b74ba4c719910dea812c7e1690af51306 (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
-rw-r--r-- | kubernetes/aai/resources/config/haproxy/haproxy-pluggable-security.cfg | 4 | ||||
-rw-r--r-- | kubernetes/aai/resources/config/haproxy/haproxy.cfg | 4 |
2 files changed, 4 insertions, 4 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# diff --git a/kubernetes/aai/resources/config/haproxy/haproxy.cfg b/kubernetes/aai/resources/config/haproxy/haproxy.cfg index fe1715b734..8c2554efea 100644 --- a/kubernetes/aai/resources/config/haproxy/haproxy.cfg +++ b/kubernetes/aai/resources/config/haproxy/haproxy.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# |