PierreBeucher / novops

Cross-platform secret & config manager for development and CI environments
https://novops.dev
GNU Lesser General Public License v3.0
158 stars 9 forks source link

set a timeout for connection to hashicorp vault ? #101

Closed teto closed 1 month ago

teto commented 3 months ago

for the first time ever, I had novops 5646627ae73d1c6389dc99af9465dd4dae5afb2c stuck at

[2024-03-26T16:07:10Z DEBUG hyper::client::connect::dns] resolving host="mySecretGarden.com"
[2024-03-26T16:07:11Z DEBUG hyper::client::connect::http] connecting to resolvedSecretIP:443

the timeout looks long, like >10mn if any ? if there is no timeout, should we add one ? otherwise perform some feedback that a request is pending.

PierreBeucher commented 3 months ago

Seems a good idea as a global config, will do

PierreBeucher commented 1 month ago

Solved with https://github.com/PierreBeucher/novops/pull/117

PierreBeucher commented 1 month ago

Ready in 0.15.0 :wink: