-
Notifications
You must be signed in to change notification settings - Fork 887
feat: add support for multiple tunnel destinations in tailnet #15409
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Nov 6, 2024
This was referenced Nov 6, 2024
cb664c3
to
8993828
Compare
d3a937d
to
2bc1218
Compare
8993828
to
ed2ba52
Compare
2bc1218
to
a82e73a
Compare
ethanndickson
approved these changes
Nov 7, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like these tests, easy to follow.
LGTM 👏
ed2ba52
to
d9b0988
Compare
a82e73a
to
5fe6c15
Compare
d9b0988
to
b8062ab
Compare
5fe6c15
to
28d24aa
Compare
b8062ab
to
845efd2
Compare
28d24aa
to
173a166
Compare
b8ed4ea
to
2603e6d
Compare
173a166
to
5b58b35
Compare
2603e6d
to
778457b
Compare
5b58b35
to
f318880
Compare
f318880
to
ce65647
Compare
778457b
to
8c00ebc
Compare
ce65647
to
44fd538
Compare
Merge activity
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #14729
Expands the Coordination controller used by the CLI client to allow multiple tunnel destinations (agents). Our current client uses just one, but this unifies the logic so that when we add Coder VPN, 1 is just a special case of "many."