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 2021/04/27 15:24:09 UTC

[GitHub] [pulsar] Joshhw opened a new issue #10408: add the ability to set the authMethodName

Joshhw opened a new issue #10408:
URL: https://github.com/apache/pulsar/issues/10408


   **Is your enhancement request related to a problem? Please describe.**
   Many authN/authZ setups use tokens. But the way pulsar relies on determining which authentication class to call requires a user to configure the `authMethodName` on the `Authentication` class on the client side. This is fine for java, but for the python client and many others this leads to difficulties and duplicating much of the `AuthenticationToken` class. If we had the ability to set the `authMethodName` that would be easier for customized authentication/authorization in Pulsar
   
   **Describe the solution you'd like**
   the ability to change the authMethodName on AuthenticationToken to tell pulsar which custom classes are to be used.
   
   **Describe alternatives you've considered**
   I've been building pulsar-client libraries that extend the AuthenticationToken class.
   
   


-- 
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] codelipenghui commented on issue #10408: add the ability to set the authMethodName

Posted by GitBox <gi...@apache.org>.
codelipenghui commented on issue #10408:
URL: https://github.com/apache/pulsar/issues/10408#issuecomment-1058890967


   The issue had no activity for 30 days, mark with Stale label.


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