kyupark opened a new pull request, #66701:
URL: https://github.com/apache/airflow/pull/66701

   ## What
   
   Update the security model docs to reference the Airflow 3 health endpoint at 
`/api/v2/monitor/health` instead of the legacy `/health` path.
   
   ## Why
   
   The issue reports that the security model still points readers to `/health`, 
while the current webserver health endpoint is documented elsewhere as 
`/api/v2/monitor/health`.
   
   Closes #49683.
   
   ## How to test
   
   ```bash
   defuddle parse 
https://airflow.apache.org/docs/apache-airflow/stable/security/security_model.html
 --md -o /tmp/airflow-security-model.md
   grep -n '/health\|/api/v2/monitor/health' /tmp/airflow-security-model.md
   grep -n '/health\|/api/v2/monitor/health' 
airflow-core/docs/security/security_model.rst
   git diff --check
   prek run --files airflow-core/docs/security/security_model.rst
   breeze build-docs --docs-only --one-pass-only apache-airflow
   ```
   


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