potiuk commented on code in PR #35000:
URL: https://github.com/apache/airflow/pull/35000#discussion_r1368925231


##########
airflow/www/security_manager.py:
##########
@@ -290,23 +323,36 @@ def has_access(self, action_name: str, resource_name: 
str, user=None) -> bool:
 
         Example actions might include can_read, can_write, can_delete, etc.
 
+        This function is called by FAB when accessing a view. See

Review Comment:
   Does it men "per-connection" access will not be possible in the UI for 
non-FAB auth managers (unless we do one of the two options)?



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