kaxil 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_r392404994
##########
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:
hmm, I think we might be better off with a different name, like
"secrets_client" or "class_path" maybe?
It is not just a "name", it would need entire path. WDYT?
https://airflow.apache.org/docs/stable/configurations-ref.html#api-client
----------------------------------------------------------------
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