No way to set a userlist

Bug #1648009 reported by Andreas Hasenack
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
haproxy (Juju Charms Collection)
New
Undecided
Unassigned

Bug Description

haproxy can require basic authentication via user lists. This section is a top-level one:

userlist myusers
    user test1 insecure-password secret1
    user test2 insecure-password secret2

frontend haproxy-0-4433
    acl auth_ok http_auth(myusers)
    http-request auth if !auth_ok
    http-request deny unless auth_ok
...

There is no way to add that "userlist" section to the haproxy configuration file via the charm.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.