ivankelly opened a new pull request #2177: Allow construction of c++ builtin 
auth plugins via factory
URL: https://github.com/apache/incubator-pulsar/pull/2177
 
 
   Previously, to create the TLS or athenz plugin you had to create the
   auth plugin explicitly. Some application need to configure auth based
   on user provided parameters, so they need a factory like method to
   select the plugin.
   
   There was already a factory, but it only took a library path as first
   parameter. Thus it was impossible to use it with TLS or Athenz.
   
   This patch adds handling to the factory, that if "tls", "athenz" or
   the names of their respective java plugins are passed in, the correct
   builtin plugin will be created.
   

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


With regards,
Apache Git Services

Reply via email to