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/20 13:51:49 UTC

[GitHub] [airflow] kaxil edited a comment on pull request #8889: Support custom Variable implementation

kaxil edited a comment on pull request #8889:
URL: https://github.com/apache/airflow/pull/8889#issuecomment-631486133


   This is exactly the reason for creating Secrets Backend where currently it can retrieve both Variables & Connection.
   
   What's the use-case of writing Variables to an external backend?
   
   The main reason for Secret Bakend was to move this responsibility to a product/service that does that nicely. Most of the companies use a single Secrets Manager whether it is Hashicorp Vault, GCP Secrets Manager etc. And the main reason for doing this is that they could have full control over it and those same secrets could be used across multiple deployments.
   
   Even if we allow the feature to write to any Secrets Manager, I doubt many companies will use it.


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