Skip to content

Commit 5af5d01

Browse files
committed
temp fix
Signed-off-by: Nils Bandener <nils.bandener@eliatra.com>
1 parent c26772d commit 5af5d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/opensearch/security/privileges/SystemIndexAccessEvaluator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public PrivilegesEvaluatorResponse evaluate(
129129
final ActionPrivileges actionPrivileges,
130130
final User user
131131
) {
132-
boolean containsSystemIndex = requestedResolved.local().containsAny(this::isSystemIndex);
132+
boolean containsSystemIndex = false; // TODO requestedResolved.local().containsAny(this::isSystemIndex);
133133

134134
evaluateSystemIndicesAccess(
135135
action,

0 commit comments

Comments
 (0)