stackabletech / airflow-operator

Stackable Operator for Apache Airflow
Other
22 stars 2 forks source link

Feature Request: Airflow to support DAGs Git Sync using SSH Key #382

Open ruslanguns opened 8 months ago

ruslanguns commented 8 months ago

The addition of SSH connection support for DAG Git Sync is proposed to enhance both the functionality and security of the API. This feature is already supported by the Official Helm Chart, which could serve as a valuable reference for implementation. Incorporating SSH connections would not only streamline the synchronization process but also bolster security measures during the sync operations

Thank you for considering this feature request.

lfrancke commented 8 months ago

Hi @ruslanguns Thank you for the issue. We talked internally and think it would be a useful feature. I have put it on the roadmap but it can be a while before we get to it. I'll update the ticket when we have an update.

You might be able to get it working using config overrides as we believe all settings can be done using environment variables.

We haven't tested this though!