We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef65987 commit 841e1beCopy full SHA for 841e1be
src/main/java/org/opensearch/security/resolver/IndexResolverReplacer.java
@@ -500,6 +500,10 @@ public Set<String> getAllIndices() {
500
return allIndices;
501
}
502
503
+ public Set<String> getOriginalRequested() {
504
+ return originalRequested;
505
+ }
506
+
507
public Set<String> getAllIndicesResolved(ClusterService clusterService, IndexNameExpressionResolver resolver) {
508
return getAllIndicesResolved(clusterService::state, resolver);
509
0 commit comments