Enrico, I would like to get your take on the TLS patch I provided. Do you believe it is the right way to handle cert expires? or is there any other more simpler and elegant way?
Also I am not really sure how we handle rolling upgrade from no security to security in TLS case. I know you are going to think about it, wondering if you got any chance to spend few brain cycles on that. Thanks, JV On Fri, Nov 18, 2016 at 5:36 AM, ASF GitHub Bot (JIRA) <j...@apache.org> wrote: > > [ https://issues.apache.org/jira/browse/BOOKKEEPER-959? > page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel& > focusedCommentId=15676726#comment-15676726 ] > > ASF GitHub Bot commented on BOOKKEEPER-959: > ------------------------------------------- > > Github user eolivelli commented on the issue: > > https://github.com/apache/bookkeeper/pull/67 > > I have updated the PR with the close() method. > I think it is aligned with the specs and the discussion > > > > ClientAuthProvider and BookieAuthProvider Public API used Protobuf > Shaded classes > > ------------------------------------------------------------ > --------------------- > > > > Key: BOOKKEEPER-959 > > URL: https://issues.apache.org/ > jira/browse/BOOKKEEPER-959 > > Project: Bookkeeper > > Issue Type: Bug > > Components: bookkeeper-client, bookkeeper-server > > Affects Versions: 4.4.0 > > Reporter: Enrico Olivelli > > Assignee: Enrico Olivelli > > Priority: Blocker > > Fix For: 4.5.0 > > > > > > With 4.4.0 we introduced the ability to implement custom authentication > plugins. > > The new interfaces ClientAuthProvider and BookieAuthProvider depend on > ExtensionRegistry, which is a shaded dependency. > > As a consequence it is not possibile to implement any custom auth > provider in code outside the project, because shaded/relocated dependencies > cannot be used. > > We need to break the actual interface and introduce a new way to > implement such plugins in a portable way > > > > -- > This message was sent by Atlassian JIRA > (v6.3.4#6332) > -- Jvrao --- First they ignore you, then they laugh at you, then they fight you, then you win. - Mahatma Gandhi