stijndehaes opened a new issue #11014: URL: https://github.com/apache/airflow/issues/11014
<!-- Welcome to Apache Airflow! For a smooth issue process, try to answer the following questions. Don't worry if they're not all applicable; just try to include what you can :-) If you need to include code snippets or logs, please put them in fenced code blocks. If they're super-long, please use the details tag like <details><summary>super-long log</summary> lots of stuff </details> Please delete these comment blocks before submitting the issue. --> <!-- IMPORTANT!!! PLEASE CHECK "SIMILAR TO X EXISTING ISSUES" OPTION IF VISIBLE NEXT TO "SUBMIT NEW ISSUE" BUTTON!!! PLEASE CHECK IF THIS ISSUE HAS BEEN REPORTED PREVIOUSLY USING SEARCH!!! Please complete the next sections or the issue will be closed. These questions are the first thing we need to know to understand the context. --> **Apache Airflow version**: 1.10.12 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): 1.17 **Environment**: Running. on kubernetes - **Cloud provider or hardware configuration**: Aws EKS on kubernetes - **OS** (e.g. from /etc/os-release): NA - **Kernel** (e.g. `uname -a`): NA - **Install tools**: NA - **Others**: NA **What happened**: <!-- (please include exact error messages if you can) --> When editing a dag run as admin in the RBAC ui I always get a forbidden page. **What you expected to happen**: To be able to edit the dag run. <!-- What do you think went wrong? --> **How to reproduce it**: Just enabled the RBAC UI and edit a dag run. Example video: https://youtu.be/nJPor3nUFrk **Anything else we need to know**: On the webserver the following log can be found: ``` [2020-09-18 14:42:15,160] {decorators.py:111} WARNING - Access is Denied for: can_edit on: DagModelView ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
