You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2019/08/27 19:58:54 UTC

[GitHub] [bookkeeper] rdhabalia opened a new pull request #2154: [bookie] auto refresh tls cert at bookie-server

rdhabalia opened a new pull request #2154: [bookie] auto refresh tls cert at bookie-server
URL: https://github.com/apache/bookkeeper/pull/2154
 
 
   ### Motivation
   
   Right now, if certs are rotated then bookie doesn't pick up refresh cert and we have to restart the bookie. So, we need a way to auto refresh certs into bookie.
   
   ### Modification
   
   - add configuration `tlsCertFilesRefreshDurationSeconds` to auto refresh cert
   - bookie checks last modified date of the cert after auto-refresh duration and refresh certs if requires
   
   ### Result
   
   - Bookie can refresh certs without restart.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services