You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gesa Stupperich
6a19995f13
tailcfg: reintroduce UserProfile.Groups
...
This change reintroduces UserProfile.Groups, a slice that contains
the ACL-defined and synced groups that a user is a member of.
The slice will only be non-nil for clients with the node attribute
see-groups, and will only contain groups that the client is allowed
to see as per the app payload of the see-groups node attribute.
For example:
```
"nodeAttrs": [
{
"target": ["tag:dev"],
"app": {
"tailscale.com/see-groups": [{"groups": ["group:dev"]}]
}
},
[...]
]
```
UserProfile.Groups will also be gated by a feature flag for the time
being.
Updates tailscale/corp#31529
Signed-off-by: Gesa Stupperich <gesa@tailscale.com>
1 month ago
..
appctype
appc,feature/conn25,net: Add DNS response interception for conn25
2 months ago
bools
all: remove AUTHORS file and references to it
3 months ago
dnstype
all: remove AUTHORS file and references to it
3 months ago
empty
all: remove AUTHORS file and references to it
3 months ago
flagtype
all: remove AUTHORS file and references to it
3 months ago
geo
types/geo: fix floating point bug causing NaN returns in SphericalAngleTo ( #18777 )
2 months ago
iox
all: remove AUTHORS file and references to it
3 months ago
ipproto
all: use Go 1.26 things, run most gofix modernizers
1 month ago
jsonx
types/ptr: deprecate ptr.To, use Go 1.26 new
1 month ago
key
all: fix typos in comments
1 month ago
lazy
all: use Go 1.26 things, run most gofix modernizers
1 month ago
logger
all: remove AUTHORS file and references to it
3 months ago
logid
all: remove AUTHORS file and references to it
3 months ago
mapx
all: remove AUTHORS file and references to it
3 months ago
netlogfunc
all: remove AUTHORS file and references to it
3 months ago
netlogtype
all: remove AUTHORS file and references to it
3 months ago
netmap
all: use Go 1.26 things, run most gofix modernizers
1 month ago
nettype
all: remove AUTHORS file and references to it
3 months ago
opt
all: remove AUTHORS file and references to it
3 months ago
persist
tailcfg: reintroduce UserProfile.Groups
1 month ago
prefs
types/ptr: deprecate ptr.To, use Go 1.26 new
1 month ago
preftype
all: remove AUTHORS file and references to it
3 months ago
ptr
types/ptr: deprecate ptr.To, use Go 1.26 new
1 month ago
result
all: remove AUTHORS file and references to it
3 months ago
structs
all: remove AUTHORS file and references to it
3 months ago
tkatype
all: remove AUTHORS file and references to it
3 months ago
views
all: use Go 1.26 things, run most gofix modernizers
1 month ago