dstandish edited a comment on issue #6376: [AIRFLOW-5705] Add secrets backend and support for AWS SSM URL: https://github.com/apache/airflow/pull/6376#issuecomment-598589810 update: i made two enhancements 1. the backend config is now passed directly to class init, e.g.: https://github.com/apache/airflow/pull/6376/files#diff-2e589119610e1b6ffe1ff76755881a4bR46-R49 this makes it easier to understand what configuration options are possible this also means that config parsing logic is fully contained in `secrets/__init__.py` rather than left to the subclass 2. backend classes are now imported and instantiated at top level in `secrets/__init__.py`. this way we no longer import and instantiate the backend classes once for each call to `get_connections`.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
