Remote Execution Agents require a secrets backend to securely access Airflow connections and variables. A secrets backend stores sensitive information like passwords, API keys, and database credentials outside of your Deployment and agent configuration files.Documentation Index
Fetch the complete documentation index at: https://astronomer-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
secretBackend is the Airflow secrets backend class to use for the Agent. Each supported integration includes the Remote Execution Agent-specific implementation steps:
- AWS Secrets Manager
- AWS Systems Manager (SSM) Parameter Store
- Azure Key Vault
- Google Cloud Secret Manager
- HashiCorp Vault
The rest of the configuration should be passed as environment variables to the Agent components.