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
..
auditlog
all: use Go 1.26 things, run most gofix modernizers
1 month ago
conffile
all: remove AUTHORS file and references to it
3 months ago
desktop
all: remove AUTHORS file and references to it
3 months ago
ipnauth
all: remove AUTHORS file and references to it
3 months ago
ipnext
ipnext,ipnlocal: add ExtraWireGuardAllowedIPs hook
1 month ago
ipnlocal
tailcfg: reintroduce UserProfile.Groups
1 month ago
ipnserver
types/ptr: deprecate ptr.To, use Go 1.26 new
1 month ago
ipnstate
types/ptr: deprecate ptr.To, use Go 1.26 new
1 month ago
lapitest
types/ptr: deprecate ptr.To, use Go 1.26 new
1 month ago
localapi
all: use Go 1.26 things, run most gofix modernizers
1 month ago
policy
all: remove AUTHORS file and references to it
3 months ago
store
all: use Go 1.26 things, run most gofix modernizers
1 month ago
backend.go
all: remove AUTHORS file and references to it
3 months ago
backend_test.go
all: remove AUTHORS file and references to it
3 months ago
conf.go
all: remove AUTHORS file and references to it
3 months ago
doc.go
all: remove AUTHORS file and references to it
3 months ago
ipn_clone.go
tailcfg: reintroduce UserProfile.Groups
1 month ago
ipn_test.go
all: remove AUTHORS file and references to it
3 months ago
ipn_view.go
tailcfg: reintroduce UserProfile.Groups
1 month ago
prefs.go
all: use Go 1.26 things, run most gofix modernizers
1 month ago
prefs_test.go
all: use Go 1.26 things, run most gofix modernizers
1 month ago
serve.go
all: use Go 1.26 things, run most gofix modernizers
1 month ago
serve_expand_test.go
all: remove AUTHORS file and references to it
3 months ago
serve_test.go
all: remove AUTHORS file and references to it
3 months ago
store.go
all: remove AUTHORS file and references to it
3 months ago
store_test.go
all: remove AUTHORS file and references to it
3 months ago