You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Before changes from #1586 we had HAProxy installed as OS package (deb/rpm). The package automatically created OS user and group haproxy.
We had automated tests to check the following:
User "haproxy" is expected to exist
User "haproxy" is expected to have login shell "/usr/sbin/nologin" or have login shell "/sbin/nologin"
Group "haproxy" is expected to exist
User "haproxy" is expected to belong to group "haproxy"
User "haproxy" is expected to have home directory "/var/lib/haproxy"
Is your feature request related to a problem? Please describe.
Before changes from #1586 we had HAProxy installed as OS package (deb/rpm). The package automatically created OS user and group
haproxy
.We had automated tests to check the following:
Now there is no
haproxy
user.Describe the solution you'd like
Add
haproxy
user and run thehaproxy
service as this user.Describe alternatives you've considered
No alternatives.
Additional context
As a part of this task we should restore automated tests removed in #1692.
DoD checklist
The text was updated successfully, but these errors were encountered: