diff options
author | Fiachra Corcoran <fiachra.corcoran@est.tech> | 2022-11-26 07:31:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-11-26 07:31:06 +0000 |
commit | 0c89bf345da010a1d09ded559d014d6fe1bd0021 (patch) | |
tree | 1dcb85676a8fd91a6e7cb567c62f18ca610916b0 /kubernetes/aai | |
parent | ee8f3c28a3ada71a05682adcca8d57b3b1ccc35c (diff) | |
parent | 0be54cffd57e0817ec03a48d6d6f6a3c12a9cc8d (diff) |
Merge "[AAI] Haproxy user updated in config" into jakarta
Diffstat (limited to 'kubernetes/aai')
-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# |