mik-laj commented on a change in pull request #10267:
URL: https://github.com/apache/airflow/pull/10267#discussion_r468615302



##########
File path: airflow/api_connexion/endpoints/dag_run_endpoint.py
##########
@@ -151,6 +156,7 @@ def get_dag_runs_batch(session):
                                                           
total_entries=total_entries))
 
 
+@security.requires_authentication

Review comment:
       Yes, We can configure it on a higher layer, but prefer to be explicit 
than implicit, because we have two views that do not require authorization - 
`/health` and `/version`. 




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to