fix: add missing tags

This commit is contained in:
Johan Siebens
2025-05-23 07:54:45 +02:00
parent 924ddf1b36
commit f8b0eceae7
2 changed files with 14 additions and 0 deletions
+1
View File
@@ -225,6 +225,7 @@ func ToNode(capVer tailcfg.CapabilityVersion, m *domain.Machine, tailnet *domain
if m.HasTags() {
n.User = tailcfg.UserID(taggedDevicesUser.ID)
n.Tags = m.Tags
user = tailcfg.UserProfile{
ID: tailcfg.UserID(taggedDevicesUser.ID),
LoginName: "tagged-devices",