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?
Code of Conduct