feat!: Add authenticationResponse context to OpaInput#85
feat!: Add authenticationResponse context to OpaInput#85fhennig merged 2 commits intostackabletech:mainfrom jakubmatyszewski:context
Conversation
|
Thank you for the contribution. |
|
Hi! Thanks for adding this, I had a look, it seems to me like a good idea to add this information to the OpaInput. The information in the OpaInput was just a first try at implementing OPA authorization for Druid, now, looking at Trino and Kafka I think it makes more sense to provide as much information as possible to OPA. Because of that, I think it would be best to put Could I ask you to make this change? So instead of like this: |
|
@fhennig, I've added |
|
We (hopefully) fixed a bug in our Github action. Would you mind upadting your PR to the latest changes from |
|
thanks for your contribution! We are tracking the release of this into the operator in this ticket: stackabletech/druid-operator#533 |
Description
Adding
AuthenticationResponsecontext to the OpaInput. This can become useful when paired with authentication done throughdruid-pac4jextension - eg. access to Okta user profile details (groups).This PR can give potential context: apache/druid#16109