Skip to content

feat: support v2 Tailnet API in AGPL coordinator #11010

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
merged 1 commit into from
Dec 6, 2023

Conversation

spikecurtis
Copy link
Contributor

Fixes #10529

Copy link
Contributor Author

Current dependencies on/for this PR:

This stack of pull requests is managed by Graphite.

@spikecurtis spikecurtis force-pushed the spike/10529-agpl-coord-tailnet-v2 branch from 803e89e to 3f7d00c Compare December 4, 2023 09:26
@spikecurtis spikecurtis changed the title feat: AGPL coordinator supports v2 Tailnet API feat: support v2 Tailnet API in AGPL coordinator Dec 4, 2023
Copy link
Contributor

@coadler coadler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 👍

Comment on lines +717 to +727
<h2 id=tunnels><a href=#tunnels>#</a> tunnels: total {{ len .Tunnels }}</h2>
<table>
<tr style="margin-top:4px">
<th>SrcID</th>
<th>DstID</th>
</tr>
{{- range .Tunnels }}
<tr style="margin-top:4px">
<td>{{ .Src }}</td>
<td>{{ .Dst }}</td>
</tr>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this would be easier to read if the tunnels for each peer were underneath each row instead of being in a big list at the end.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right, of course, but as often as we look at this thing it's hard for me to get excited about saving a couple CTRL+F on the output.

@spikecurtis spikecurtis force-pushed the spike/10529-agpl-coord-tailnet-v2 branch from 3f7d00c to c16c2b8 Compare December 6, 2023 06:42
@spikecurtis spikecurtis merged commit 2c86d0b into main Dec 6, 2023
@spikecurtis spikecurtis deleted the spike/10529-agpl-coord-tailnet-v2 branch December 6, 2023 11:04
@github-actions github-actions bot locked and limited conversation to collaborators Dec 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tailnet v2 API support in the AGPL coordinator
2 participants