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 2021/06/29 08:10:28 UTC

[GitHub] [airflow] ashb commented on pull request #16404: Secrets backend failover

ashb commented on pull request #16404:
URL: https://github.com/apache/airflow/pull/16404#issuecomment-870377858


   > Currently Airflow does not check the default secrets backends (env and metastore db) if there is any sort of connection related error to an Alternative Backend, causing related tasks to fail. The change proposed here allows it to fail over to checking the default backends when this happens.
   
   This leads to some other possible bugs -- if you have _different_ connection info in the DB to the external secrets store then _sometimes_/somewhat randomly you would end up with different crednetials returned.
   
   I'm not sure that is a good behaviour...


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