You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/08/31 16:37:51 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #10652: add securitySchemes in openapi spec

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



##########
File path: airflow/api_connexion/openapi/v1.yaml
##########
@@ -2716,6 +2716,15 @@ components:
   # Reusable callbacks
   callbacks: {}
 
+  securitySchemes:
+    BasicAuth:
+      type: http
+      scheme: basic
+    GoogleOpenIdAuth:
+      type: http
+      scheme: bearer
+      bearerFormat: JWT

Review comment:
       Should we add kerberos auth?
   ```yaml
       negotiateAuth:
           type: "http"
           name: "Negotiate"
           in: "header"
   ```




----------------------------------------------------------------
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:
users@infra.apache.org