mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-20 21:51:42 +00:00
tailcfg: restore Role field to MapResponse
Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
This commit is contained in:
parent
22c462bd91
commit
400e89367c
@ -573,6 +573,7 @@ type MapResponse struct {
|
|||||||
Domain string
|
Domain string
|
||||||
PacketFilter []FilterRule
|
PacketFilter []FilterRule
|
||||||
UserProfiles []UserProfile
|
UserProfiles []UserProfile
|
||||||
|
Roles []Role // deprecated; clients should not rely on Roles
|
||||||
// TODO: Groups []Group
|
// TODO: Groups []Group
|
||||||
// TODO: Capabilities []Capability
|
// TODO: Capabilities []Capability
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user