Allow to config no-password truststore#13424
Conversation
michaeljmarshall
left a comment
There was a problem hiding this comment.
I don't believe we're allowed to add binary files to our repo. @dave2wave and @eolivelli - can you confirm this for me?
pulsar-common/src/main/java/org/apache/pulsar/common/util/keystoretls/KeyStoreSSLContext.java
Show resolved
Hide resolved
Assuming it is not possible to create this test file from source then to me this test case is reasonable. It would be good to have a description of how these two keystores are created. Then we can determine if it is relatively simple to build. |
We do have binaries when it make sense. eg: PNG image for diagrams. I believe that if you want to test with a keystore and be able to read it, there's no other way than to include it. Or if you want, just encode in base64.. which kind of demonstrate that bytes are bytes.. |
|
@codelipenghui @lhotari @merlimat @315157973 @hangc0276 PTAL, thanks |
|
/pulsarbot run-failure-checks |
|
ping @michaeljmarshall |
michaeljmarshall
left a comment
There was a problem hiding this comment.
Thanks for confirming @dave2wave and @merlimat.
LGTM
|
Never mind. There was a PR that adds the guideline for merging a PR: #12988. It will be included in Pulsar 2.10.0 website. |


Motivation
Supprot to config truststore which password is empty
""Modifications
""Verifying this change
Documentation
Check the box below and label this PR (if you have committer privilege).
Need to update docs?
no-need-docThat's a little enhance, doesn't need doc