zachliu commented on issue #17508:
URL: https://github.com/apache/airflow/issues/17508#issuecomment-2163860598
i'm on 2.9.2 and experiencing this too
whenever the creation of a dag with `dag.access_control = {"Role_A":
{"can_edit", "can_read"}}` precedes the creation of `Role_A`, the role
permissions won't be updated unless the airflow server is restart or `airflow
sync-perm --include-dags` is executed on the server.
I thought the reoccurring dag parsing mechanism should take care of the
permission-sync
```
min_serialized_dag_update_interval = 30
min_serialized_dag_fetch_interval = 10
```
--
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]