trlopes1974 commented on issue #39717: URL: https://github.com/apache/airflow/issues/39717#issuecomment-2265685010
@NBardelot I was talking about HTTP proxy. Has we have different services that need different proxys, I had reimplemented part of Hashicorp api using python requetes where I can set the proxy without messing with os proxy settings and have to manage no_proxy. This is something that bothers me quite has many apis do not implement setting proxy params and only use the OS proxy or environment proxy settings. In our case we have at least 3 services that use different proxy servers... it's a pain!!! But going back to the point, we saw that some task errors occurred while some secret retrieval was requested. further investigation lead us to proxy-related dns issues when accessing vault that where causing the failures. -- 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]
