dstandish commented on pull request #19324:
URL: https://github.com/apache/airflow/pull/19324#issuecomment-955146602


   > Today, this causes a failure with the Scheduler as an uncaught exception
   
   What do you mean with the scheduler?  Most commonly one retrieves a 
connection from a celery worker.  Was this a task that failed?  Or some other 
thing?  
   
   Can you help me understand what's the use case where you want to have the 
retrieval silently fail if access is denied? In this scenario do you store the 
secret in env vars?
   
   In the "not found" scenario, the reason we suppress is secrets backend goes 
to the next secrets source (e.g. env var or metastore) when cred not found in 
the alt backend.  
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to