policy: clarify usernam resolve comment
Signed-off-by: Kristoffer Dalby <kristoffer@dalby.cc>
This commit is contained in:
parent
cf1ad47b42
commit
9d77207ed8
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ func (u Username) Resolve(_ *Policy, users types.Users, nodes views.Slice[types.
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, node := range nodes.All() {
|
for _, node := range nodes.All() {
|
||||||
// Skip tagged nodes
|
// Skip tagged nodes - they are identified by tags, not users
|
||||||
if node.IsTagged() {
|
if node.IsTagged() {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue