leehuwuj opened a new issue, #23473: URL: https://github.com/apache/airflow/issues/23473
### Apache Airflow version 2.3.0 (latest released) ### What happened I upgraded my airflow instance from version 2.1.3 to 2.3.0 but got issue that there are no permission for new DAGs. ### What you think should happen instead There should be 3 new permissions for a DAG. ### How to reproduce + Create a new DAG with id, lets say: `dag_id_1` + Go to the UI -> Security -> List Role + Edit any Role + Try to insert permissions of new DAG above to chosen role. -> Could not get any permission for created DAG above. There should be 3 new permissions: `can_read_DAG:dag_id_1`, `can_edit_DAG:dag_id_1`, `can_delete_DAG:dag_id_1` ### Operating System Kubernetes ### Versions of Apache Airflow Providers _No response_ ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No response_ ### Anything else _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
