Closed
Description
In function excludeCorrectlyTaggedNodes() when matching tags with tagOwners:
Line 314 in e80954b
The above line missing the condition when tagOwners are groups.
Adding two lines here could fix this problem
owners, _ := expandTagOwners(aclPolicy, namespace, true)
ns = append(owners, namespace)
But the third parameter (true/false) needs to be filled correctly, which I'm not sure how could be elegantly done.
Metadata
Metadata
Assignees
Labels
No labels