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_r392454740
 
 

 ##########
 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:
   Wow 🗡 😄 
   
   ```
   [secrets]
   backend = 
   backend_kwargs = 
   ```
   OR
   ```
   [secrets]
   client =
   client_kwargs = 
   ```
   
   I will let you select 1 from the above two options :D I will be happy with 
whatever you select

----------------------------------------------------------------
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

Reply via email to