headscale
headscale copied to clipboard
[Bug] API does not return tags for a node
Is this a support request?
- [X] This is not a support request
Is there an existing issue for this?
- [X] I have searched the existing issues
Current Behavior
Calling /api/v1/node/<nodeId>
does not return validTags although tags are present, calling /api/v1/node
and getting the node I want, validTags
is properly populated
Expected Behavior
A call to /api/v1/node/<nodeId>
should return the tags of the node
Steps To Reproduce
Do an API call to /api/v1/node/<nodeid>
and inspect the response
Environment
- OS: docker
- Headscale version: v0.23.0-alpha12
Runtime environment
- [ ] Headscale is behind a (reverse) proxy
- [X] Headscale runs in a container
Anything else?
No response