pierrejeambrun opened a new pull request, #72935: URL: https://github.com/apache/airflow/pull/72935
Follow-up to #72655, addressing two review comments left on that PR's plugin FastAPI auth documentation: - The core API is authenticated with dependencies declared at the router level **and, for some endpoints, per route** — the previous wording implied router-level only. - Authentication is not authorization, so the section now includes an example of enforcing a permission check (`requires_access_dag`) in a plugin app, alongside the existing authentication examples. Docs-only change to `airflow-core/docs/administration-and-deployment/plugins.rst`. --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Opus 4.8) Generated-by: Claude Code (Opus 4.8) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- 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]
