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 2020/07/03 07:29:37 UTC

[GitHub] [pulsar] rdhabalia opened a new pull request #7442: [pulsar-client] support input-stream for trustStore cert

rdhabalia opened a new pull request #7442:
URL: https://github.com/apache/pulsar/pull/7442


   ### Motivation
   #6760 introduced support of dynamic cert loading by supporting input stream for tls cert and key file. It mainly used by container usecase. This usecase also requires dynamic loading for truststore certs and user can't store trust-store cert into file-system. So, add support to load truststore cert dynamically using input stream.
   
   ### Modification
   add support to load truststore cert dynamically using input stream.


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



[GitHub] [pulsar] rdhabalia merged pull request #7442: [pulsar-client] support input-stream for trustStore cert

Posted by GitBox <gi...@apache.org>.
rdhabalia merged pull request #7442:
URL: https://github.com/apache/pulsar/pull/7442


   


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



[GitHub] [pulsar] rdhabalia commented on pull request #7442: [pulsar-client] support input-stream for trustStore cert

Posted by GitBox <gi...@apache.org>.
rdhabalia commented on pull request #7442:
URL: https://github.com/apache/pulsar/pull/7442#issuecomment-694508162


   /pulsarbot run-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.

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



[GitHub] [pulsar] rdhabalia commented on pull request #7442: [pulsar-client] support input-stream for trustStore cert

Posted by GitBox <gi...@apache.org>.
rdhabalia commented on pull request #7442:
URL: https://github.com/apache/pulsar/pull/7442#issuecomment-694667439


   /pulsarbot run-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.

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



[GitHub] [pulsar] aahmed-se commented on pull request #7442: [pulsar-client] support input-stream for trustStore cert

Posted by GitBox <gi...@apache.org>.
aahmed-se commented on pull request #7442:
URL: https://github.com/apache/pulsar/pull/7442#issuecomment-694598004


   /pulsarbot run-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.

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



[GitHub] [pulsar] wolfstudy commented on pull request #7442: [pulsar-client] support input-stream for trustStore cert

Posted by GitBox <gi...@apache.org>.
wolfstudy commented on pull request #7442:
URL: https://github.com/apache/pulsar/pull/7442#issuecomment-717695292


   Move this change to 2.6.2, because the #8117 depends on this pr.


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



[GitHub] [pulsar] rdhabalia commented on pull request #7442: [pulsar-client] support input-stream for trustStore cert

Posted by GitBox <gi...@apache.org>.
rdhabalia commented on pull request #7442:
URL: https://github.com/apache/pulsar/pull/7442#issuecomment-695140585


   @aahmed-se I checked it seems pulsar PR builds are unstable and they are failing in most of the PRs. Failures don't seem related to this PR.


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



[GitHub] [pulsar] aahmed-se commented on pull request #7442: [pulsar-client] support input-stream for trustStore cert

Posted by GitBox <gi...@apache.org>.
aahmed-se commented on pull request #7442:
URL: https://github.com/apache/pulsar/pull/7442#issuecomment-695129514


   @rdhabalia there seem to be some tls failures that need to fixed.


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



[GitHub] [pulsar] rdhabalia commented on pull request #7442: [pulsar-client] support input-stream for trustStore cert

Posted by GitBox <gi...@apache.org>.
rdhabalia commented on pull request #7442:
URL: https://github.com/apache/pulsar/pull/7442#issuecomment-694349088


   /pulsarbot run-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.

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



[GitHub] [pulsar] rdhabalia commented on pull request #7442: [pulsar-client] support input-stream for trustStore cert

Posted by GitBox <gi...@apache.org>.
rdhabalia commented on pull request #7442:
URL: https://github.com/apache/pulsar/pull/7442#issuecomment-694499663


   /pulsarbot run-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.

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



[GitHub] [pulsar] aahmed-se commented on pull request #7442: [pulsar-client] support input-stream for trustStore cert

Posted by GitBox <gi...@apache.org>.
aahmed-se commented on pull request #7442:
URL: https://github.com/apache/pulsar/pull/7442#issuecomment-671164671


   @rdhabalia any update on this ? will this also support CA authority ?


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



[GitHub] [pulsar] rdhabalia commented on pull request #7442: [pulsar-client] support input-stream for trustStore cert

Posted by GitBox <gi...@apache.org>.
rdhabalia commented on pull request #7442:
URL: https://github.com/apache/pulsar/pull/7442#issuecomment-694351847


   @aahmed-se this PR is mainly adds the support to load trust-store certs from input-stream rather file-system and this is needed for users who run their applications in container and can't keep certs into file-system.
   and this PR is already ready to merge.
   can we please review and merge it.


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



[GitHub] [pulsar] rdhabalia commented on pull request #7442: [pulsar-client] support input-stream for trustStore cert

Posted by GitBox <gi...@apache.org>.
rdhabalia commented on pull request #7442:
URL: https://github.com/apache/pulsar/pull/7442#issuecomment-694995278


   /pulsarbot run-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.

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