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
..
ace
all: remove AUTHORS file and references to it
3 months ago
appconnectors
all: remove AUTHORS file and references to it
3 months ago
awsparamstore
cmd/tailscale/cli: allow fetching keys from AWS Parameter Store
3 months ago
buildfeatures
cmd/tailscale,feature/featuretags: make webbrowser and colorable deps omittable
2 months ago
c2n
all: remove AUTHORS file and references to it
3 months ago
capture
all: remove AUTHORS file and references to it
3 months ago
clientupdate
all: remove AUTHORS file and references to it
3 months ago
condlite/ expvar
all: remove AUTHORS file and references to it
3 months ago
condregister
cmd/tailscale/cli: allow fetching keys from AWS Parameter Store
3 months ago
conn25
all: use Go 1.26 things, run most gofix modernizers
1 month ago
debugportmapper
all: remove AUTHORS file and references to it
3 months ago
doctor
all: remove AUTHORS file and references to it
3 months ago
drive
all: remove AUTHORS file and references to it
3 months ago
featuretags
cmd/tailscale,feature/featuretags: make webbrowser and colorable deps omittable
2 months ago
identityfederation
all: use Go 1.26 things, run most gofix modernizers
1 month ago
linkspeed
all: remove AUTHORS file and references to it
3 months ago
linuxdnsfight
all: use Go 1.26 things, run most gofix modernizers
1 month ago
oauthkey
all: remove AUTHORS file and references to it
3 months ago
portlist
feature/portlist: address case where poller misses CollectServices updates
1 month ago
portmapper
all: remove AUTHORS file and references to it
3 months ago
posture
all: remove AUTHORS file and references to it
3 months ago
relayserver
types/ptr: deprecate ptr.To, use Go 1.26 new
1 month ago
sdnotify
all: remove AUTHORS file and references to it
3 months ago
syspolicy
all: remove AUTHORS file and references to it
3 months ago
taildrop
tailcfg: reintroduce UserProfile.Groups
1 month ago
tap
all: remove AUTHORS file and references to it
3 months ago
tpm
all: remove AUTHORS file and references to it
3 months ago
useproxy
all: remove AUTHORS file and references to it
3 months ago
wakeonlan
all: remove AUTHORS file and references to it
3 months ago
feature.go
all: remove AUTHORS file and references to it
3 months ago
hooks.go
all: remove AUTHORS file and references to it
3 months ago
sdnotify.go
all: remove AUTHORS file and references to it
3 months ago