a2l007 opened a new pull request, #13242:
URL: https://github.com/apache/druid/pull/13242

   ### Description
   
   Expands the OIDC based auth in Druid by adding a JWT Authenticator that 
validates [ID 
Tokens](https://openid.net/specs/openid-connect-core-1_0.html#CodeIDToken) 
associated with a request. The existing pac4j authenticator works for 
authenticating web users while accessing the console, whereas this 
authenticator is for validating Druid API requests made by Direct clients. 
Services already supporting OIDC can attach their ID tokens to the Druid 
requests
   under the `Authorization` request header.
   
   This PR has:
   
   - [x] been self-reviewed.
   - [x] added documentation for new or modified features or behaviors.
   - [x] been tested in a test Druid cluster.
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to