You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Hightouch Airflow operator requires an Airflow connection for authentication, which means storing API keys in Airflow (even if encrypted). It would be useful to allow passing an API token or session ID directly, enabling dynamic authentication without relying on Airflow connections.
Proposed Solution:
Add support for passing an api_token or session_id directly to the operator.
Allow users to fetch credentials dynamically from secret managers like Vault instead of storing them in Airflow.
Use Case:
Users who manage secrets externally and want to avoid storing credentials in Airflow.
More flexibility in authentication methods.
Would this be feasible to add? Happy to discuss further!