yext / edward

A tool for managing local microservice instances
http://engblog.yext.com/edward/
MIT License
171 stars 32 forks source link

edward can't start sudo targets if the sudo timeout is set to 0 #155

Open bubg-dev opened 6 years ago

bubg-dev commented 6 years ago

run sudo visudo and set timestamp_timeout=0 and try to start an edward target that requires sudo.

it will prompt for your password but the sudo will timeout instantly so when it tries to launch the actual target it will hang.