This is an automated email from the ASF dual-hosted git repository.

vincbeck pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new b3cd32f6d8 Add back methods in security manager (#37997)
b3cd32f6d8 is described below

commit b3cd32f6d8a58fa71fcc057f2853ab201e169f88
Author: Vincent <97131062+vincb...@users.noreply.github.com>
AuthorDate: Fri Mar 8 12:32:34 2024 -0500

    Add back methods in security manager (#37997)
---
 airflow/www/security_manager.py | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/airflow/www/security_manager.py b/airflow/www/security_manager.py
index 1ff54b890e..e70843ae32 100644
--- a/airflow/www/security_manager.py
+++ b/airflow/www/security_manager.py
@@ -348,3 +348,9 @@ class AirflowSecurityManagerV2(LoggingMixin):
             
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):
+        pass
+
+    def add_permissions_menu(self, resource_name):
+        pass

Reply via email to