Skip to content

Airflow Config connection URI generation from backend/vault similar to Connection done in amazon provider 2.3.0 #19217

@SohailChamadia-everestek

Description

Description

Currently the Connection can be created by storing the parameters or arguments in AWS Secrets Manager and then creating the Connection URI in runtime. Unfortunately the same functionality does not exist in the Config connection URI such as the database backend (sql_alchemy_conn) and the redis backend (result_backend)

The idea is if the functionality is implemented for Connections, then the same can be used for Config.

Use case/motivation

The Config values such as sql_alchemy_conn for database backend can be generated during runtime by using json/parameters from AWS Secrets Manager. This will help also if needed to enable rotations on the same connection.

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions