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

[v16] Permit routing to agentless nodes with non-UUID metadata.name #50925

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

rosstimothy
Copy link
Contributor

@rosstimothy rosstimothy commented Jan 9, 2025

Backport #50915 to branch/v16

changelog: Prevent routing issues for agentless nodes that are created with non-UUID metadata.name fields.

@rosstimothy
Copy link
Contributor Author

Friendly ping @fspmarshall

We suggest that a UUID is used for agentless nodes metadata.name
field, but we do not enforce it. This causes several edge cases
and slightly weird UX in places that expect the name to be a UUID.
Most notably, this presents dialing problems for the web ui as
described in #50914.
To allowing dialing to function in all cases for these servers,
routing has been updated to permit matches on metadata.name, however,
the match is given a lower score then a match on a UUID. This should
permit dialing, though, it may still result in ambiguity.

Closes #50914.
@rosstimothy rosstimothy force-pushed the bot/backport-50915-branch/v16 branch from d8284c9 to 313c45f Compare January 17, 2025 14:24
@rosstimothy rosstimothy enabled auto-merge January 17, 2025 14:47
@rosstimothy rosstimothy added this pull request to the merge queue Jan 17, 2025
Merged via the queue into branch/v16 with commit c20d654 Jan 17, 2025
40 checks passed
@rosstimothy rosstimothy deleted the bot/backport-50915-branch/v16 branch January 17, 2025 20:23
@camscale camscale mentioned this pull request Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants