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"} ```
---------------------------------------------------------------- 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
