vincbeck commented on code in PR #37947:
URL: https://github.com/apache/airflow/pull/37947#discussion_r1516886884
##########
airflow/www/security_manager.py:
##########
@@ -348,3 +348,9 @@ def _is_authorized_category_menu(self, category: str) ->
Callable:
self._get_auth_manager_is_authorized_method(fab_resource_name=item)(action,
resource_pk, user)
for item in items
)
+
+ def add_permissions_view(self, base_action_names, resource_name):
Review Comment:
I can do that if you prefer, I dont have strong opinion on that one. But
yeah, that would make sense. I can do that
--
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]