jason810496 commented on issue #42360: URL: https://github.com/apache/airflow/issues/42360#issuecomment-2690708991
> Can you instead list them on `api_fastapi` ? Some legacy endpoints were migrated to different resource. custom_view does not exist anymore, we potentially have the `execution_api` to secure behind auth, etc. Just updated the above list: - `airflow/api_fastapi/core_api/routes/public/` : 28 endpoints - `airflow/api_fastapi/core_api/routes/ui/` : 8 endpoints - `airflow/api_fastapi/execution_api/routes/` : 6 endpoints total: 42 endpoints I think some `requires_access_<entity>` might be reused for different endpoints across `public`, `ui` and `execution_api` routes. -- 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]
