bugraoz93 commented on code in PR #51657:
URL: https://github.com/apache/airflow/pull/51657#discussion_r2145390742
##########
providers/keycloak/src/airflow/providers/keycloak/auth_manager/keycloak_auth_manager.py:
##########
@@ -216,6 +221,7 @@ def _is_authorized(
resource_id: str | None = None,
attributes: dict[str, str | None] | None = None,
) -> bool:
+ return True
Review Comment:
I forgot to delete this. The token was giving segmentation error so I bypass
for the implementation since it is related to authorisation and not
authentication
--
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]