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



##########
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:
       Should we define it as aa OpenID? However, I am not sure. It may be more 
practical to define it as a JWT if we can support more flow e.g. gcloud.
   ```
       GoogleOpenId:
         type: openIdConnect
         openIdConnectUrl: 
https://accounts.google.com/.well-known/openid-configuration
   ```
   




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


Reply via email to