[proposal] Generalized Authorizer Interface

2016-03-02 Thread Alexander Rojas
Hey guys, After many discussions and back and forth, it was decided to revived the already deprecated design [1] for the internal authorizer interface. Sorry for asking you again to review this document but any comment will be gladly welcome. Best, Alexander Rojas [1]

Re: [proposal] Generalized Authorizer Interface

2015-12-11 Thread Vinod Kone
+modules On Fri, Dec 11, 2015 at 1:16 AM, Alexander Rojas wrote: > Hi Everyone, > > After looking at your comments and doing some extra design we have updated > the proposal for the Authorized Interface. Among the main changes is to > remove the attributes of all the

Re: [proposal] Generalized Authorizer Interface

2015-08-24 Thread Alexander Rojas
Hi Everyone, After looking at your comments and doing some extra design we have updated the proposal for the Authorized Interface. Among the main changes is to remove the attributes of all the parameters and making the actions an enum. The full text can be found here:

[proposal] Generalized Authorizer Interface

2015-07-06 Thread Alexander Rojas
Hi everyone, The current mesos::Authorizer API has one method for each of the actions supported (Register Framework, Launch Task and Shutdown Framework), and each of these actions define the objects on which they operate. Currently, if the Authorizer needs to be extended by adding a new