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

[NEOS-1470] Expose ability to configure advanced bastion connection options #2701

Open
nickzelei opened this issue Sep 16, 2024 · 0 comments
Labels
Feature Created by Linear-GitHub Sync

Comments

@nickzelei
Copy link
Member

Would be great to allow users to configure advanced network settings for connecting to their bastion servers such as:

  • Timeout
    • The max allowed time to attempt to connection to a bastion host
    • Currently the timeout is set to 30 seconds, which may or may not be enough for some systems
  • Max Attempts
    • This is currently hard coded to 1, if we allowed users to increase this, it could decrease flakiness
  • Backoff Strategy
    • Useful when Max Attempts is greater than 0. This would allow configuring the amount of time to wait if the service fails to connect to the ssh server
    • Standard here is "exponential" and may also come with various knobs to turn
      • "none" is also a valid strategy, which is currently the default 🙂

From SyncLinear.com | NEOS-1470

@nickzelei nickzelei added the Feature Created by Linear-GitHub Sync label Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Created by Linear-GitHub Sync
Projects
None yet
Development

No branches or pull requests

1 participant