Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option for skipping auth failures in addition to connection ones #533

Open
bitprophet opened this issue Jan 19, 2012 · 3 comments
Open

Option for skipping auth failures in addition to connection ones #533

bitprophet opened this issue Jan 19, 2012 · 3 comments

Comments

@bitprophet
Copy link
Member

In #8 we added the ability to skip over connection failures (née NetworkError) but left authentication issues as a hard abort() since that's a different "class" of problem that felt like it should continue to fail-fast.

However, we should eventually update things to let users who know what they're doing opt-in to skipping over those as well, probably with a similar approach (use the exceptions-for machinery, and another setting that can be toggled at CLI or fabric.env level, so they can either catch an exception or set a flag.)

@ghost ghost assigned bitprophet Jan 19, 2012
@bitprophet
Copy link
Member Author

Possibly related to #714

@prune998
Copy link

prune998 commented Nov 6, 2012

maybe an env variable like "continue_on_prompt" instead of "abort_on_prompt" ?

@th3penguinwhisperer
Copy link

I'm looking exactly at this feature. Need it for large scale cloud deployments.
Any ETA on this? :) Or where I can modify this in the code to prevent this abort?
I need password auth for setting up the keys first. However if that password fails it should go on to the next one instead of keep asking for the password.
And the abort stops the whole run :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants