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 2022/07/05 18:29:29 UTC

[GitHub] [airflow] raphaelauv commented on pull request #23560: Add advanced secrets backend configurations

raphaelauv commented on PR #23560:
URL: https://github.com/apache/airflow/pull/23560#issuecomment-1175365294

   Feel like it's getting over complicated
   
   We need 2 things 
   
   Be able to define multiple secret backend where we can set the default order
   
   BUT ALSO
   
   Be able to choose which secret backend is use depending the cases at code level , no declarative configuration will ever be enough flexible
   
   So we need new parameters at dag level
   
   default_dag_secret_backend for dag
   
   and
   
   default_operator_secret_backend for task
   
   That way things can stay magical at airflow configuration level
   
   And very precise at dag code level
   
   WDYT ?
   
   


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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org