jason810496 commented on code in PR #59399:
URL: https://github.com/apache/airflow/pull/59399#discussion_r2618057279


##########
airflow-core/src/airflow/api_fastapi/auth/managers/simple/simple_auth_manager.py:
##########
@@ -283,6 +286,27 @@ def filter_authorized_menu_items(
     ) -> list[MenuItem]:
         return menu_items
 
+    def is_allowed(self, user_id: str, assigned_users: Sequence[HITLUser]) -> 
bool:

Review Comment:
   It seems this one is missing 
   
   ```suggestion
       def is_authorized_hitl_task(self, user_id: str, assigned_users: 
Sequence[HITLUser]) -> bool:
   ```



-- 
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]

Reply via email to