[GitHub] [airflow] kaxil commented on a change in pull request #15385: Added table to view providers in airflow ui under admin tab

2021-08-19 Thread GitBox
kaxil commented on a change in pull request #15385: URL: https://github.com/apache/airflow/pull/15385#discussion_r692126612 ## File path: tests/www/views/test_views.py ## @@ -93,6 +93,24 @@ def test_plugin_endpoint_should_not_be_unauthenticated(app): check_content_in_respo

[GitHub] [airflow] kaxil commented on a change in pull request #15385: Added table to view providers in airflow ui under admin tab

2021-08-10 Thread GitBox
kaxil commented on a change in pull request #15385: URL: https://github.com/apache/airflow/pull/15385#discussion_r685937377 ## File path: airflow/security/permissions.py ## @@ -41,6 +41,7 @@ RESOURCE_PLUGIN = "Plugins" RESOURCE_PROVIDER = "Providers" RESOURCE_ROLE = "Roles"