Re: Certificate based authorization for bookkeeper client

2020-05-28 Thread Enrico Olivelli
Il giorno gio 28 mag 2020 alle ore 15:23 Anup Ghatage ha scritto: > Hi Enrico, > > I am working on it right now. And thought the community could use it. > We can start with it being just role based access but still provide the > foundation for read only or more granular access. > The role based a

Re: Certificate based authorization for bookkeeper client

2020-05-28 Thread Anup Ghatage
Hi Enrico, I am working on it right now. And thought the community could use it. We can start with it being just role based access but still provide the foundation for read only or more granular access. The role based access part is appealing because anyone with Root CA can access the service even

Re: Certificate based authorization for bookkeeper client

2020-05-28 Thread Enrico Olivelli
Anup, thanks for bringing up this this topic. Il giorno gio 28 mag 2020 alle ore 00:30 Anup Ghatage ha scritto: > Hey everyone, > > I see that we have certificate based authentication in this commit > < > https://github.com/apache/bookkeeper/commit/8e0bd2c3d81b522e97434d8646915f36422a104b > > >

Certificate based authorization for bookkeeper client

2020-05-27 Thread Anup Ghatage
Hey everyone, I see that we have certificate based authentication in this commit . We also provide a extensibility for 'authorization' by implementing our own AuthZ factory which extends bookieAuthProvider. Howe