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/17 16:06:28 UTC

[GitHub] [airflow] jhtimmins opened a new issue #10364: Auth backends for new API

jhtimmins opened a new issue #10364:
URL: https://github.com/apache/airflow/issues/10364


   **Description**
   
   We need additional auth backends for the new API to allow access to users who aren't use an auth proxy service.
   
   **Use case / motivation**
   
   The new API does not have support for common authentication methods, such as JWT or basic authentication. It exclusively supports use of an authentication proxy service. Small teams using Airflow are unlikely to have auth proxies, meaning the API is difficult for them to use. By adding pre-built auth backends for common auth schemes, we increase the number of users who can easily build on top of the API
   
   **Related Issues**
   
   https://github.com/apache/airflow/issues/8111
   https://github.com/apache/airflow/issues/8112
   


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



[GitHub] [airflow] jhtimmins closed issue #10364: Auth backends for new API

Posted by GitBox <gi...@apache.org>.
jhtimmins closed issue #10364:
URL: https://github.com/apache/airflow/issues/10364


   


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



[GitHub] [airflow] boring-cyborg[bot] commented on issue #10364: Auth backends for new API

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #10364:
URL: https://github.com/apache/airflow/issues/10364#issuecomment-674969395


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


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



[GitHub] [airflow] mik-laj edited a comment on issue #10364: Auth backends for new API

Posted by GitBox <gi...@apache.org>.
mik-laj edited a comment on issue #10364:
URL: https://github.com/apache/airflow/issues/10364#issuecomment-674971041


   @houqp  is already working on Basic Authorization
    https://github.com/apache/airflow/pull/10356
   Does this fulfill your needs or would you like to implement something else?


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



[GitHub] [airflow] houqp commented on issue #10364: Auth backends for new API

Posted by GitBox <gi...@apache.org>.
houqp commented on issue #10364:
URL: https://github.com/apache/airflow/issues/10364#issuecomment-674979534


   Hi @jhtimmins sorry that I started working on the basic auth support because I didn't see anyone working on it and our team really need this feature for production workload. Perhaps we can repurpose this issue to JWT support?


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



[GitHub] [airflow] mik-laj commented on issue #10364: Auth backends for new API

Posted by GitBox <gi...@apache.org>.
mik-laj commented on issue #10364:
URL: https://github.com/apache/airflow/issues/10364#issuecomment-674971041


   Currently @houqp  is already working on Basic Authorization
    https://github.com/apache/airflow/pull/10356
   Does this fulfill your needs or would you like to implement something else?


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



[GitHub] [airflow] jhtimmins commented on issue #10364: Auth backends for new API

Posted by GitBox <gi...@apache.org>.
jhtimmins commented on issue #10364:
URL: https://github.com/apache/airflow/issues/10364#issuecomment-675008767


   @houqp That's awesome! I don't care who does the work I'm just glad it's getting done :) 
   
   @mik-laj I think this is good for now. If we need to add additional schemes in the future we can do that, but for now as long as there's a way for teams to authenticate beyond auth proxies or similar.


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