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

ssh: only rely on timeout/retries if one is set #116

Merged
merged 1 commit into from Jul 27, 2022

Commits on Jul 27, 2022

  1. ssh: only rely on timeout/retries is one is set

    In a configuration, when either the SSH timeout or the SSH handshake
    retries are set, the other attribute would also be set to its default
    value.
    
    This in turn could cause a problem where a user expects his choice to be
    the one that makes the final decision to abort, but in the end this
    choice could cause the build to be cancelled independently as the other
    setting may cause a premature cancellation.
    
    To avoid this, we clarify the documentation, and ensure that when one is
    set, the other will be ignored.
    lbajolet-hashicorp committed Jul 27, 2022
    Copy the full SHA
    aa3cc81 View commit details
    Browse the repository at this point in the history