[GitHub] [airflow] jhtimmins commented on a change in pull request #10594: WIP: Add permissions for stable API

2020-09-04 Thread GitBox
jhtimmins commented on a change in pull request #10594: URL: https://github.com/apache/airflow/pull/10594#discussion_r483844302 ## File path: airflow/www/security.py ## @@ -151,10 +152,12 @@ class AirflowSecurityManager(SecurityManager, LoggingMixin): WRITE_DAG_PERMS =

[GitHub] [airflow] jhtimmins commented on a change in pull request #10594: WIP: Add permissions for stable API

2020-09-03 Thread GitBox
jhtimmins commented on a change in pull request #10594: URL: https://github.com/apache/airflow/pull/10594#discussion_r482814012 ## File path: airflow/api_connexion/security.py ## @@ -37,3 +37,32 @@ def decorated(*args, **kwargs): return function(*args, **kwargs)

[GitHub] [airflow] jhtimmins commented on a change in pull request #10594: WIP: Add permissions for stable API

2020-09-02 Thread GitBox
jhtimmins commented on a change in pull request #10594: URL: https://github.com/apache/airflow/pull/10594#discussion_r482584110 ## File path: airflow/api_connexion/security.py ## @@ -37,3 +37,32 @@ def decorated(*args, **kwargs): return function(*args, **kwargs)

[GitHub] [airflow] jhtimmins commented on a change in pull request #10594: WIP: Add permissions for stable API

2020-09-01 Thread GitBox
jhtimmins commented on a change in pull request #10594: URL: https://github.com/apache/airflow/pull/10594#discussion_r481490675 ## File path: airflow/api_connexion/security.py ## @@ -37,3 +37,32 @@ def decorated(*args, **kwargs): return function(*args, **kwargs)

[GitHub] [airflow] jhtimmins commented on a change in pull request #10594: WIP: Add permissions for stable API

2020-09-01 Thread GitBox
jhtimmins commented on a change in pull request #10594: URL: https://github.com/apache/airflow/pull/10594#discussion_r481490675 ## File path: airflow/api_connexion/security.py ## @@ -37,3 +37,32 @@ def decorated(*args, **kwargs): return function(*args, **kwargs)

[GitHub] [airflow] jhtimmins commented on a change in pull request #10594: WIP: Add permissions for stable API

2020-08-31 Thread GitBox
jhtimmins commented on a change in pull request #10594: URL: https://github.com/apache/airflow/pull/10594#discussion_r480819521 ## File path: airflow/www/security.py ## @@ -505,6 +507,7 @@ def sync_roles(self): :return: None. """ +# breakpoint() Rev

[GitHub] [airflow] jhtimmins commented on a change in pull request #10594: WIP: Add permissions for stable API

2020-08-31 Thread GitBox
jhtimmins commented on a change in pull request #10594: URL: https://github.com/apache/airflow/pull/10594#discussion_r480818779 ## File path: airflow/www/security.py ## @@ -521,6 +524,18 @@ def sync_roles(self): self.update_admin_perm_view() self.clean_perms()