You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/03/12 09:17:03 UTC

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

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 is specified, it is `alternative > env var > metastore`
   
   Config looks like this:
   ```
   [secrets_backend]
   class_name = my.fave.SecretsBackendClass
   config_json = {"my secrets class": "needs json to work properly"}
   ```
   
   One thing I liked about the behavior before is that airflow had no opinion about secrets backend;  now we have default secrets backends and optionally "alternative" secrets backend, which is maybe a little confusing.  But overall makes the config simpler so I'm still in support of the now-current approach.
   

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


With regards,
Apache Git Services