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-598084161 updated: * can only specify one "alternative" secrets backend * default search path is `env var > metastore`; if a backend is specified, it becomes `alternative > env var > metastore` Config looks like this: ``` [secrets_backend] class_name = my.fave.SecretsBackendClass config_json = {"my secrets class": "needs json to work properly"} ``` One thing I liked about the behavior before is that airflow had no opinion about secrets backend; now we have default secrets backends and optionally "alternative" secrets backend, which is maybe a little confusing. But overall makes the config simpler so I'm still in support of the now-current approach.
---------------------------------------------------------------- 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
