Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate secrets and variable to Airflow variables #19

Open
4 tasks
ErnestaP opened this issue Aug 13, 2024 · 0 comments
Open
4 tasks

Migrate secrets and variable to Airflow variables #19

ErnestaP opened this issue Aug 13, 2024 · 0 comments

Comments

@ErnestaP
Copy link

ErnestaP commented Aug 13, 2024

We have decided to move all env vars to Airflow variables.

Airflow variables are stored in the Airflow metadata database, which means we would need to:

  • Remove secrets from Kubernetes YAML files.
  • Move all variables to a JSON file and mount it in Kubernetes.
  • Deploy and test in QA
  • Deploy and test in Prod

Useful info:

  • Variables list can be found here
  • Backoffice example: here
  • Airflow docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant