Handle missing Keycloak resources as access denied#68951
Merged
vincbeck merged 3 commits intoJun 25, 2026
Conversation
vincbeck
approved these changes
Jun 25, 2026
|
Awesome work, congrats on your first merged pull request! You are invited to check our Issue Tracker for additional contributions. |
2 tasks
2 tasks
1 task
2 tasks
shahar1
added a commit
to shahar1/airflow
that referenced
this pull request
Jun 26, 2026
cncf.kubernetes (10.18.1) and apache.spark (6.2.0) were excluded from the 2026-06-16 wave after binding -1 votes; their blockers are now resolved, so re-cut the same versions with the fixes folded in. fab and keycloak need corrective patch releases (3.7.1, 0.8.1) after the airflowctl CLI client integration was reverted from core (apache#68856) and a Keycloak access-denied bug fix (apache#68951). celery (3.21.0) adds a Python 3.14 worker start-method config (apache#69015), and google (22.2.1) ships the GKE 401 fix for kubernetes client 36.x (apache#69032).
shahar1
added a commit
to shahar1/airflow
that referenced
this pull request
Jun 26, 2026
cncf.kubernetes (10.18.1) and apache.spark (6.2.0) were excluded from the 2026-06-16 wave after binding -1 votes; their blockers are now resolved, so re-cut the same versions with the fixes folded in. fab and keycloak need corrective patch releases (3.7.1, 0.8.1) after the airflowctl CLI client integration was reverted from core (apache#68856) and a Keycloak access-denied bug fix (apache#68951). celery (3.21.0) adds a Python 3.14 worker start-method config (apache#69015), and google (22.2.1) ships the GKE 401 fix for kubernetes client 36.x (apache#69032).
shahar1
added a commit
that referenced
this pull request
Jun 26, 2026
cncf.kubernetes (10.18.1) and apache.spark (6.2.0) were excluded from the 2026-06-16 wave after binding -1 votes; their blockers are now resolved, so re-cut the same versions with the fixes folded in. fab and keycloak need corrective patch releases (3.7.1, 0.8.1) after the airflowctl CLI client integration was reverted from core (#68856) and a Keycloak access-denied bug fix (#68951). celery (3.21.0) adds a Python 3.14 worker start-method config (#69015), and google (22.2.1) ships the GKE 401 fix for kubernetes client 36.x (#69032).
15 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix Keycloak auth manager handling for missing team-scoped Dag resources.
When Keycloak returns a
500 resource not foundresponse for a missing authorization resource, the Keycloak auth manager now treats that check as denied access and logs a warning instead of raising an exception. This prevents one missing team resource from breaking the/dagsand home screens for every user.Added coverage for:
False.Was generative AI tooling used to co-author this PR?