houqp commented on a change in pull request #10652:
URL: https://github.com/apache/airflow/pull/10652#discussion_r480680965
##########
File path: airflow/api_connexion/openapi/v1.yaml
##########
@@ -2716,6 +2716,15 @@ components:
# Reusable callbacks
callbacks: {}
+ securitySchemes:
+ BasicAuth:
+ type: http
+ scheme: basic
+ GoogleOpenIdAuth:
Review comment:
I think it makes more sense to define it as openIdConnect type, will
update it. we can add JWT auth scheme for future bearer based auth backends.
----------------------------------------------------------------
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:
[email protected]