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_r392406765
 
 

 ##########
 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 =
+
+# The config_json param is loaded into a dictionary and passed to secrets 
backend __init__.
+# See documentation for the secrets backend you are using. JSON is expected.
+# Example for AWS SSM: {{"prefix": "/airflow", "profile_name": 
"my_aws_profile"}}
+config_json =
 
 Review comment:
   other than that I think it is ready to get merged 🎉 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to