kaxil commented on issue #16952:
URL: https://github.com/apache/airflow/issues/16952#issuecomment-881703940


   > @kaxil I am not suggesting changing the default search order as it exists, 
just to be able to give the user the ability to change it via some 
configuration should they choose. I am not following how this is analogous to 
the xcom backend? Is there a search path there as well?
   
   The analogy is because you can create a single custom XCom backend that can 
based oj size of the object decide where to push the object like DB, GCS/s3 etc.
   
   Similarly, for Secrets Backend (or for that matter any config where we 
wallow custom classes) you can put a custom logic to handle however you want. 
   
   In the case of your own Custom Secrets Backend, you could check for 
Environment Variable first, and then calls a Hashicorp Vault or Google Secret 
Manager.
   
   Hope it is clearer now.


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