Back To Resource List (opens in a new tab)
haproxy_userlist
Control access to frontend/backend/listen sections or to http stats by allowing only authenticated and authorized users.
Introduced: v4.1.0
Actions
:create
:delete
Properties
This resource also uses the following partial resources:
Name | Type | Default | Description | Allowed Values |
---|---|---|---|---|
group | Hash | None | Adds group <groupname> to the current userlist | |
user | Hash | None | Adds user <username> to the current userlist |
Examples
haproxy_userlist 'mylist' do
group 'G1' => 'users tiger,scott',
'G2' => 'users xdb,scott'
user 'tiger' => 'password $6$k6y3o.eP$JlKBx9za9667qe4(...)xHSwRv6J.C0/D7cV91',
'scott' => 'insecure-password elgato',
'xdb' => 'insecure-password hello'
end