diff --git a/app/controlplane/pkg/auditor/events/group.go b/app/controlplane/pkg/auditor/events/group.go index 7262c267c..afaef3cc4 100644 --- a/app/controlplane/pkg/auditor/events/group.go +++ b/app/controlplane/pkg/auditor/events/group.go @@ -49,7 +49,8 @@ type GroupBase struct { } func (g *GroupBase) RequiresActor() bool { - return true + // Groups might be created automatically by the system, so we don't require an actor + return false } func (g *GroupBase) TargetType() auditor.TargetType {