dstandish commented on a change in pull request #6376: [AIRFLOW-5705] Add
secrets backend and support for AWS SSM
URL: https://github.com/apache/airflow/pull/6376#discussion_r392458217
##########
File path: airflow/config_templates/default_airflow.cfg
##########
@@ -256,6 +256,15 @@ dag_processor_manager_log_location =
{AIRFLOW_HOME}/logs/dag_processor_manager/d
# Default to use task handler.
task_log_reader = task
+[secrets_backend]
+# Name of secrets backend to enable (will precede env vars and metastore in
search path)
+class_name =
Review comment:
(although i can change base class name to Client also... not to open another
can of worms or anything...)
----------------------------------------------------------------
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