elwinarens commented on a change in pull request #6376: [AIRFLOW-5705] Add 
creds backend and support for AWS SSM
URL: https://github.com/apache/airflow/pull/6376#discussion_r374030112
 
 

 ##########
 File path: airflow/config_templates/config.yml
 ##########
 @@ -463,6 +463,15 @@
       type: string
       example: ~
       default: "task"
+    - name: creds_backend
+      description: |
+        Classes to use for creds backend
+      version_added: ~
+      type: string
+      example: ~
+      default: >-
+        airflow.creds.environment_variables.EnvironmentVariablesCredsBackend,
+        airflow.creds.metastore.MetastoreCredsBackend
 
 Review comment:
   Why call it creds/credentials backend when it's a backend for connections? 
And in case credentials is the preferred wording, why not write it out in full 
(credentials vs creds)?

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