Skip to content

Commit

Permalink
[FIX] RBAC OP role access menu RESOURCE_PROVIDER (apache#34626)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelauv authored Sep 26, 2023
1 parent b6499ac commit 05ce0d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/www/security_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ class AirflowSecurityManagerV2(SecurityManager, LoggingMixin):
(permissions.ACTION_CAN_ACCESS_MENU, permissions.RESOURCE_CONNECTION),
(permissions.ACTION_CAN_ACCESS_MENU, permissions.RESOURCE_POOL),
(permissions.ACTION_CAN_ACCESS_MENU, permissions.RESOURCE_VARIABLE),
(permissions.ACTION_CAN_ACCESS_MENU, permissions.RESOURCE_PROVIDER),
(permissions.ACTION_CAN_ACCESS_MENU, permissions.RESOURCE_XCOM),
(permissions.ACTION_CAN_CREATE, permissions.RESOURCE_CONNECTION),
(permissions.ACTION_CAN_READ, permissions.RESOURCE_CONNECTION),
Expand Down

0 comments on commit 05ce0d1

Please sign in to comment.