stephen-bracken opened a new pull request, #70981: URL: https://github.com/apache/airflow/pull/70981
Disable separate Keycloak JWTs in Airflow v3.2 and below --- Handling the Keycloak JWTs separately requires the `KeycloakJWTMiddleware, which is injected through `KeycloakAuthManager.get_fastapi_middlewares()`, which was added in Airflow v3.3.0. If using a version of Airflow without `get_fastapi_middleware`, revert to the old behaviour and inject the Keycloak JWTs as claims on the Airflow JWT. ##### Was generative AI tooling used to co-author this PR? <!-- If generative AI tooling has been used in the process of authoring this PR, please change below checkbox to `[X]` followed by the name of the tool, uncomment the "Generated-by". --> - [ ] Yes (please specify the tool below) - [X] No -- 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]
