Skip to content

Commit

Permalink
Fixed prefix in adding a wildcard preprocessor.
Browse files Browse the repository at this point in the history
  • Loading branch information
hr2904 committed Jun 9, 2024
1 parent b592d89 commit 289d94f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ private void validateAndReduce(AtlasEntity policy) {
i--;
}
}
resources.add("default/domain/*/super");
resources.add("entity:default/domain/*/super");
}

policy.setAttribute(ATTR_POLICY_RESOURCES, resources);
Expand Down

0 comments on commit 289d94f

Please sign in to comment.