tailcfg: restore Role field to MapResponse

Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
reviewable/pr792/r2
Josh Bleecher Snyder 2020-10-08 18:13:24 -07:00 committed by Josh Bleecher Snyder
parent 22c462bd91
commit 400e89367c
1 changed files with 1 additions and 0 deletions

View File

@ -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