jason810496 commented on issue #42360:
URL: https://github.com/apache/airflow/issues/42360#issuecomment-2689687190

   The previous endpoints were listed from `AuthManager`, but we should instead 
list them from the **Legacy API**, as some entities have not been implemented 
in `AuthManager`.
   
   
   ```bash
   grep -rl "requires_access_" airflow/api_connexion/endpoints/ | sed -E 
's|airflow/api_connexion/endpoints//||; s/_endpoint\.py$//; s|^|- [ ] |' | sort
   ```
   
   ### Public
   - [ ] asset
   - [ ] config
   - [ ] connection
   - [ ] dag
   - [ ] dag_parsing.py
   - [ ] dag_run
   - [ ] dag_source
   - [ ] dag_stats
   - [ ] dag_warning
   - [ ] event_log
   - [ ] extra_link
   - [ ] import_error
   - [ ] log
   - [ ] plugin
   - [ ] pool
   - [ ] provider
   - [ ] task
   - [ ] task_instance
   - [ ] variable
   - [ ] xcom
   ### UI
   - [ ] view
   - [ ] custom_view
   


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