We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c26772d commit 5af5d01Copy full SHA for 5af5d01
src/main/java/org/opensearch/security/privileges/SystemIndexAccessEvaluator.java
@@ -129,7 +129,7 @@ public PrivilegesEvaluatorResponse evaluate(
129
final ActionPrivileges actionPrivileges,
130
final User user
131
) {
132
- boolean containsSystemIndex = requestedResolved.local().containsAny(this::isSystemIndex);
+ boolean containsSystemIndex = false; // TODO requestedResolved.local().containsAny(this::isSystemIndex);
133
134
evaluateSystemIndicesAccess(
135
action,
0 commit comments