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/06 13:47:09 UTC

[GitHub] [airflow] mik-laj edited a comment on issue #8258: Implement Azure key vault secrets backend

mik-laj edited a comment on issue #8258:
URL: https://github.com/apache/airflow/issues/8258#issuecomment-624659212


   @rammady Writing your own backend is quite easy. You only need to implement two methods.  - get_conn_uri get_variable. Please look at Google Secret Manager as an example
   https://github.com/apache/airflow/blob/master/airflow/providers/google/cloud/secrets/secrets_manager.py
   If you have experience with Azure then it should not be difficult to write it. Each workaround seems more difficult to implement than pure solution.


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