You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/07/27 10:41:58 UTC

[GitHub] [pulsar] nodece opened a new pull request, #16819: [improve][broker] Split TLS transport encryption support from authentication

nodece opened a new pull request, #16819:
URL: https://github.com/apache/pulsar/pull/16819

   ### Motivation
   
   This PR is the similar to #15634, supports this feature on the broker.
   
   ### Modifications
   
   - Add broker config
     - JKS
       - brokerClientTlsKeyStoreType
       - brokerClientTlsKeyStore
       - brokerClientTlsKeyStorePassword
     - CAcerts
       - brokerClientKeyFilePath
       - brokerClientCertificateFilePath
   
   - Split TLS transport encryption support from authentication on the admin
    
   ### Documentation
   
   Check the box below or label this PR directly.
   
   Need to update docs? 
   
   - [x] `doc-required` 
   (Your PR needs to update docs and you will update later)
     
   - [ ] `doc-not-needed` 
   (Please explain why)
     
   - [ ] `doc` 
   (Your PR contains doc changes)
   
   - [ ] `doc-complete`
   (Docs have been already added)


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] nodece commented on pull request #16819: [improve][broker] Split TLS transport encryption support from authentication

Posted by GitBox <gi...@apache.org>.
nodece commented on PR #16819:
URL: https://github.com/apache/pulsar/pull/16819#issuecomment-1197560652

   /pulsarbot rerun-failure-checks


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] nodece merged pull request #16819: [improve][broker] Split TLS transport encryption support from authentication

Posted by GitBox <gi...@apache.org>.
nodece merged PR #16819:
URL: https://github.com/apache/pulsar/pull/16819


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org