Skip to content

Commit 8843679

Browse files
remove todo
1 parent 4d8ea21 commit 8843679

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/authz/interceptor/FailureStoreRequestInterceptor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ void disableFeatures(
4848

4949
@Override
5050
boolean supports(IndicesRequest request) {
51-
// TODO: check if this is the right approach or should we only intercept search requests
5251
if (request.indicesOptions().allowSelectors()) {
5352
for (String index : request.indices()) {
5453
if (hasFailureStoreSelectorSuffix(index)) {

0 commit comments

Comments
 (0)