You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/02/04 18:37:39 UTC

[airflow] branch master updated (10c026c -> 3909232)

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

kaxilnaik pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 10c026c  Update to Pytest 6.0 (#14065)
     add 3909232  Remove permissions to read Configurations for User and Viewer roles (#14067)

No new revisions were added by this update.

Summary of changes:
 UPDATING.md                                        | 11 ++++
 ...8c147f_remove_can_read_permission_on_config_.py | 64 ++++++++++++++++++++++
 airflow/www/security.py                            |  2 +-
 docs/apache-airflow/security/access-control.rst    |  2 +-
 tests/www/test_security.py                         | 17 +++++-
 5 files changed, 93 insertions(+), 3 deletions(-)
 create mode 100644 airflow/migrations/versions/82b7c48c147f_remove_can_read_permission_on_config_.py