lassanouer opened a new issue #13672:
URL: https://github.com/apache/airflow/issues/13672
Using Hashicorp_vault was a good idea to make things safe and easy for
airflow users,
my airflow version: 1.10.14
**Use case:**
Create a secret X in vault, config airflow to get that connections
Create a 2 dags,
- in first one, u call the connection X that you create in vault
- the second one, call a connection Y that is not in vault
launch airflow,
==> In user interface, there is only error to get Y connection, and when i
launch the dag :
get_connections raise AirflowException("The conn_id `{0}` isn't
defined".format(conn_id))
i tryed debugge that and i found out that if i call get_conn_uri from
hashicorp_vault i got the connection... so the real probleme is in
airflow.secrets calling secretes
----------------------------------------------------------------
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:
[email protected]