You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/partials/release-notes/release-26.3.adoc
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -590,3 +590,6 @@ See https://github.com/stackabletech/kafka-operator/pull/933[kafka-operator#933]
590
590
To work around the issue there are two possibilities:
591
591
. Disable this feature gate in your Kubernetes 1.35 clusters.
592
592
. Ensure that your product custom resources (e.g. TrinoCluster, SparkApplication, etc.) are applied after any referenced custom resources such as TrinoCatalog, S3Connection, and so on.
593
+
* In Druid 35 and 36, OIDC authentication may fail since due to a change in how the authentication method is selected when connecting to an OIDC provider.
594
+
If your OIDC provider (e.g. Keycloak) advertises `private_key_jwt` as a supported client authentication method, Druid may attempt to use it, which causes authentication to fail.
595
+
See https://github.com/stackabletech/druid-operator/pull/800[druid-operator#800].
0 commit comments