dstandish 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_r389400928
##########
File path: airflow/config_templates/config.yml
##########
@@ -1631,6 +1640,24 @@
type: string
example: ~
default: "True"
+- name: aws_ssm_creds
Review comment:
@potiuk i have consolidated all configuration related to creds backend under
new section `[creds_backend]`.
currently there are 3 params:
```
class_list
aws_ssm_prefix
aws_ssm_profile_name
```
so now the idea would be if there are new backends, just add the
implementation-specific params under `[creds_backend]` with appropriate prefix.
let me know if you see opportunity for further improvement.
----------------------------------------------------------------
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