mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-13 02:48:12 +00:00
rename acl "get" funcs to "expand" for consistency
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:

committed by
Kristoffer Dalby

parent
155cc072f7
commit
19dc0ac702
@@ -338,7 +338,7 @@ func (api headscaleV1APIServer) ListMachines(
|
||||
response := make([]*v1.Machine, len(machines))
|
||||
for index, machine := range machines {
|
||||
m := machine.Proto()
|
||||
validTags, invalidTags := api.h.ACLPolicy.GetTagsOfMachine(
|
||||
validTags, invalidTags := api.h.ACLPolicy.TagsOfMachine(
|
||||
machine,
|
||||
)
|
||||
m.InvalidTags = invalidTags
|
||||
|
Reference in New Issue
Block a user