Pluggable authenticator modules should land in Mesos 0.22: https://issues.apache.org/jira/browse/MESOS-1966
Niklas On 16 December 2014 at 11:19, Benjamin Mahler <[email protected]> wrote: > > 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 >> >> >

