amoghrajesh commented on PR #58621:
URL: https://github.com/apache/airflow/pull/58621#issuecomment-3588250391

   This is not as simple as this because, server components will need task sdk 
too if we do this. The reason for that is that `get_config` is defined on 
secrets backend. So a code like this:
   ```
   from airflow.configuration import conf
   value = conf.get("core", "some_setting")
   # Can fetch from HashiCorp Vault via get_config()
   ```
   
   So now the qn is what is the direction we want to go in? Do we want the 
server components to install task sdk or make the secrets backend exclusive on 
the task side? 


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