Skip to content
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

Metadata

Assignees

Labels

good first issueNew-contributor friendlyhelp wantedOpen to participation from the community💻 aspect: codeConcerns the software code in the repository🟨 priority: mediumNot blocking but should be addressed soon🧰 goal: internal improvementImprovement that benefits maintainers, not users

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions