I'm trying to set up ACL. I've got it mostly working. However, I've got a couple of specific questions.
Basically, I'm trying to set up a group @group that will be allowed to access a bunch of branches of the form xxxx-integration-xxxx. What I want to do is:
[acl.allow.branches]
*integration* = @group
However, that doesn't seem to work. Is there an easy way to do this?
Also, is there a better place to ask this? I asked some similar questions on stackoverflow, and got nothing.