[GitHub] [airflow] dstandish commented on issue #6376: [AIRFLOW-5705] Add secrets backend and support for AWS SSM

2020-03-16 Thread GitBox
dstandish commented on issue #6376: [AIRFLOW-5705] Add secrets backend and support for AWS SSM URL: https://github.com/apache/airflow/pull/6376#issuecomment-599453178 Do I call for the vote or do you? If me, will do tomorrow

[GitHub] [airflow] dstandish commented on issue #6376: [AIRFLOW-5705] Add secrets backend and support for AWS SSM

2020-03-16 Thread GitBox
dstandish commented on issue #6376: [AIRFLOW-5705] Add secrets backend and support for AWS SSM URL: https://github.com/apache/airflow/pull/6376#issuecomment-599449599 Obvs I defer to you guys on voting. By "general secret backend" I think you mean arbitrary get secret method,

[GitHub] [airflow] dstandish commented on issue #6376: [AIRFLOW-5705] Add secrets backend and support for AWS SSM

2020-03-14 Thread GitBox
dstandish commented on issue #6376: [AIRFLOW-5705] Add secrets backend and support for AWS SSM URL: https://github.com/apache/airflow/pull/6376#issuecomment-599026300 done This is an automated message from the Apache Git

[GitHub] [airflow] dstandish commented on issue #6376: [AIRFLOW-5705] Add secrets backend and support for AWS SSM

2020-03-14 Thread GitBox
dstandish commented on issue #6376: [AIRFLOW-5705] Add secrets backend and support for AWS SSM URL: https://github.com/apache/airflow/pull/6376#issuecomment-599025448 Darnit! Lemme fix :) This is an automated message from

[GitHub] [airflow] dstandish commented on issue #6376: [AIRFLOW-5705] Add secrets backend and support for AWS SSM

2020-03-14 Thread GitBox
dstandish commented on issue #6376: [AIRFLOW-5705] Add secrets backend and support for AWS SSM URL: https://github.com/apache/airflow/pull/6376#issuecomment-599023297 Awesome -- thank you  This is an automated message from

[GitHub] [airflow] dstandish commented on issue #6376: [AIRFLOW-5705] Add secrets backend and support for AWS SSM

2020-03-13 Thread GitBox
dstandish commented on issue #6376: [AIRFLOW-5705] Add secrets backend and support for AWS SSM URL: https://github.com/apache/airflow/pull/6376#issuecomment-598927994 update: changed config to this: ```ini [secrets] backend = backend_kwargs = ``` touched

[GitHub] [airflow] dstandish commented on issue #6376: [AIRFLOW-5705] Add secrets backend and support for AWS SSM

2020-03-13 Thread GitBox
dstandish commented on issue #6376: [AIRFLOW-5705] Add secrets backend and support for AWS SSM URL: https://github.com/apache/airflow/pull/6376#issuecomment-598589810 update: i made two changes 1. the backend config is now passed directly to class init, e.g.:

[GitHub] [airflow] dstandish commented on issue #6376: [AIRFLOW-5705] Add secrets backend and support for AWS SSM

2020-03-12 Thread GitBox
dstandish commented on issue #6376: [AIRFLOW-5705] Add secrets backend and support for AWS SSM URL: https://github.com/apache/airflow/pull/6376#issuecomment-598350630 > I like this approach better. Have you thought about adding generic "get secret" implementation ?I am not sure if this

[GitHub] [airflow] dstandish commented on issue #6376: [AIRFLOW-5705] Add secrets backend and support for AWS SSM

2020-03-12 Thread GitBox
dstandish commented on issue #6376: [AIRFLOW-5705] Add secrets backend and support for AWS SSM URL: https://github.com/apache/airflow/pull/6376#issuecomment-598084161 updated: * can only specify one "alternative" secrets backend * by default it is `env var > metastore`; if a backend