sijie opened a new pull request #9094:
URL: https://github.com/apache/pulsar/pull/9094


   *Motivation*
   
   Chained authentication is a very useful mechanism for migrating a cluster 
from
   one authentication provider to the other authentication provider. However,
   Pulsar doesn't support configuring multiple authentication providers with 
same
   auth method name.
   
   For example, a Pulsar cluster was using standard JWT authentication 
initially.
   The users want to upgrade the Pulsar cluster to use an OAuth2 authentication
   mechanism. But both JWT and OAuth2 share the same authentication method name.
   
   This change improves the authentication logic to support chained 
authentication
   with same auth method name.
   
   


----------------------------------------------------------------
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:
[email protected]


Reply via email to