vincbeck commented on PR #47458:
URL: https://github.com/apache/airflow/pull/47458#issuecomment-2704607924

   > Just a question, it looks like before `filter_permitted_dag_ids` and 
`get_permitted_dag_ids` would return a dag id if we had read or write 
permission on it.
   > 
   > Now this is not the case anymore, we absolutely need the `read`. Are we 
sure that existing installation always set "GET" access when they grant "PUT" 
access to a user, could that cause disruption ? For instance certain legacy 
endpoint would not specify the method, defaulting to `GET` or `PUT`.
   
   No, if you pass method="PUT", you do not need read access, only the edit 
access. `GET` is the default value for `method` but it does not mean you must 
have it


-- 
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]

Reply via email to