airflow-helm / charts

The User-Community Airflow Helm Chart is the standard way to deploy Apache Airflow on Kubernetes with Helm. Originally created in 2017, it has since helped thousands of companies create production-ready deployments of Airflow on Kubernetes.
https://github.com/airflow-helm/charts/tree/main/charts/airflow
Apache License 2.0
665 stars 476 forks source link

Show connections and variables in the UI when using secrets backend #873

Closed ketozhang closed 4 months ago

ketozhang commented 4 months ago

Checks

Motivation

The documentation says...

The Airflow UI only shows connections and variables stored in the Metadata DB and not via any other method. If you use an alternative secrets backend, check inside your backend to view the values of your variables and connections.

As an admin, this information is easy to forget and easy to panic when you see an empty list of connections in the UI and airflow connections list (same for variables).

Implementation

No implementation in mind. Willing to contribute if there are ideas on how to get started on this.

Are you willing & able to help?

thesuperzapper commented 4 months ago

@ketozhang as this is a request about airflow itself, please raise an issue on the apache/airflow GitHub repo, not the helm chart repo.

ketozhang commented 4 months ago

Whoops I didn't realize which repo I was in. Sorry for the silliness!