mirror of
https://github.com/jsiebens/ionscale.git
synced 2026-03-31 15:07:49 +01:00
fix: add missing tags
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user