This repository has been archived by the owner on Aug 4, 2023. It is now read-only.
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.
Move API keys from .env to Airflow Variables #209
Closed
Description
Current Situation
Provider API keys look to be set in the .env file.
Suggested Improvement
These keys could be moved into Airflow Variables instead.
Benefit
- As we expand our list of providers, the current strategy would require that we also bloat the environment with each of the new API keys.
- Airflow encrypts and hides Variables when they contain secrets.
- API keys can be edited without having to restart the service.
Additional context
Implementation
- 🙋 I would be interested in implementing this feature.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment