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/05/07 08:58:34 UTC

[GitHub] [airflow] jojo19893 opened a new issue #8762: Implement kubernetes auth for vault backend

jojo19893 opened a new issue #8762:
URL: https://github.com/apache/airflow/issues/8762


   
   **Description**
   Currently the vault backend does not support kubernetes auth meaning if a JWT token is mounted inside the kubernetes pod it is not specify this directly to login using this token.
   
   I propose to extend the `VaultBackend` to include an authentification using this token. 
   Essentially this is already provided by the [vault client](https://hvac.readthedocs.io/en/stable/usage/auth_methods/kubernetes.html).
   This would include reading the JWT token from the path and calling the login method (as described in the documentation). 
   
   
   
   
   
   


----------------------------------------------------------------
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 #8762: Implement kubernetes auth for vault backend

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


   @jojo19893 Can you look at this PR? https://github.com/apache/airflow/pull/8640


----------------------------------------------------------------
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] jojo19893 commented on issue #8762: Implement kubernetes auth for vault backend

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


   yes it is sorry didn't see it my bad


----------------------------------------------------------------
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 #8762: Implement kubernetes auth for vault backend

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


   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 #8762: Implement kubernetes auth for vault backend

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


   @jojo19893 Can you look at this PR? https://github.com/apache/airflow/pull/8640 Is it related?


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