You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Will Eaton (JIRA)" <ji...@apache.org> on 2019/01/10 19:27:00 UTC

[jira] [Created] (AIRFLOW-3669) Add HashiCorp Vault hook

Will Eaton created AIRFLOW-3669:
-----------------------------------

             Summary: Add HashiCorp Vault hook
                 Key: AIRFLOW-3669
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3669
             Project: Apache Airflow
          Issue Type: Improvement
          Components: hooks
            Reporter: Will Eaton
            Assignee: Will Eaton


I'd like to propose a new {{contrib}} hook for interacting with HashiCorp's Vault.

*Motivation:* Useful for teams who need access to secrets during the run-time of an operator that can't easily be stored as a default connection in the UI, eg. a Python operator getting a temporary token to access a web service.

Airflow jobs can also be used to automate credential management, such as using database triggers to revoke a particular token.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)