Re: Credentials for accessing endpoints

2018-01-15 Thread Shah Altaf
It might depend on who you're trying to secure it from. My understanding is (correct me) that the airflow connections are encrypted in the DB so it should be good enough -- just make sure you've got the crypto package and you've generated a FERNET key. See : http://airflow.readthedocs.io/en/lates

Credentials for accessing endpoints

2018-01-15 Thread Veeranagouda Mukkanagoudar
Hi, We have been using .conf/.ini files to store the credentials to access endpoints. Wondering if there is a better and secure way to store the credentials besides as Airflow connections in Admin console. -Veera