From 400e89367c07ecb619befc14f9aa882ed75d592a Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Thu, 8 Oct 2020 18:13:24 -0700 Subject: [PATCH] tailcfg: restore Role field to MapResponse Signed-off-by: Josh Bleecher Snyder --- tailcfg/tailcfg.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tailcfg/tailcfg.go b/tailcfg/tailcfg.go index a1d6a08a2..730612418 100644 --- a/tailcfg/tailcfg.go +++ b/tailcfg/tailcfg.go @@ -573,6 +573,7 @@ type MapResponse struct { Domain string PacketFilter []FilterRule UserProfiles []UserProfile + Roles []Role // deprecated; clients should not rely on Roles // TODO: Groups []Group // TODO: Capabilities []Capability