QubitProducts / bamboo

HAProxy auto configuration and auto service discovery for Mesos Marathon
Apache License 2.0
794 stars 215 forks source link

ACL for similar service #242

Open dharm187 opened 6 years ago

dharm187 commented 6 years ago

Hello Team,

We are using Bamboo infront of our mesos/marathon cluster. We are having few applications (these are spring boot applications). There are different users and they want to create these applications.

Right now we are giving the acl as path_beg -i /_contextroot

Now, if some other user comes and he wants to create application, he has to give the same acl to access the application.

We want to know how can we give different acl to access different instances of these application