feat: make clientAuthenticationMethod configurable in Druid 35.0.1#1431
feat: make clientAuthenticationMethod configurable in Druid 35.0.1#1431
Conversation
maltesander
left a comment
There was a problem hiding this comment.
The patch name is cut off in an unfortunate way: 0011-feat-add-configurable-clientAuthenticationMethod-to-.patch. And is it rather a "fix" than a "feature"?
Co-authored-by: Malte Sander <malte.sander.it@gmail.com>
…into feat/druid-35-oidc-authentication-method
Yeah that's the generated name by |
|
No release note needed, this is not used currently, a future change in druid-operator will leverage this patch though (that one will have a release note). |
Description
The OIDC tests currently are failing for Druid 35.0.1, because it fails to negotiate the correct client authentication method with Keycloak. This patch allows explicitly setting a method, which our operator is going to do (PR up soon). I raised the same patch PR upstream: apache/druid#19020
I tested building Druid with the patch and then ran the OIDC test with
druid.auth.pac4j.oidc.clientAuthenticationMethodset toclient_secret_basicand it worked.Definition of Done Checklist
Note
Not all of these items are applicable to all PRs, the author should update this template to only leave the boxes in that are relevant.
Please make sure all these things are done and tick the boxes
TIP: Running integration tests with a new product image
The image can be built and uploaded to the kind cluster with the following commands:
See the output of
boilto retrieve the image manifest URI for<MANIFEST_URI>.