MathiasHaudgaard opened a new pull request #11794:
URL: https://github.com/apache/pulsar/pull/11794


   ### Motivation
   
   This PR adds support for JWKS in the AuthenticationProviderToken class. The 
reason why I didn't create a new plugin for this, is because I think it's a 
standard and it's really common to use.
   
   ### Modifications
   
   I've changed the AuthenticationProviderToken class so you're able to enable 
JWKS through the conf files.
   
   ### Does this pull request potentially affect one of the following parts:
   
   *If `yes` was chosen, please highlight the changes*
   
     - Dependencies (does it add or upgrade a dependency): yes
     - The public API: no
     - The schema: no
     - The default values of configurations: yes
     - The wire protocol: no
     - The rest endpoints: no
     - The admin cli options: no
     - Anything that affects deployment: don't know
   
   ### Documentation
   
   You can try it out by setting jwkEnabled=true in standalone.conf and then 
also set the jwkUrl=[the URL for the JWKS]
   
   ### HELP NEEDED
   
   I can get this to work for the standalone version but when I try to use it 
in a cluster, it doesn't quite work. I hope someone can help me with this PR so 
we can merge the JWKS functionality. 😄  :octocat: 
   
   


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to