Sorry for the delay, yes it's possible but I don't think anyone has looked at modularizing it. Hopefully others will speak up otherwise!
We have only one authorizer implementation in the code (a LocalAuthorizer <https://github.com/apache/mesos/blob/0.21.0/src/authorizer/authorizer.hpp#L64> that takes everything up front). Other Authorizers can be added, and it could be modularized to allow private custom Authorizer implementations. Hope this helps, Ben On Thu, Dec 11, 2014 at 9:25 PM, Sushant Kumar <[email protected]> wrote: > > Hi, > > I am looking at the authorization feature as documented here: > https://github.com/apache/mesos/blob/master/docs/authorization.md. > > Is it possible to have a custom module to handle authorization? > > Sushant > >

