Skip to content

Commit 0e37591

Browse files
authored
Update x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/authz/store/KibanaOwnedReservedRoleDescriptors.java
1 parent 4be1a7a commit 0e37591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/authz/store/KibanaOwnedReservedRoleDescriptors.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ static RoleDescriptor kibanaSystem(String name) {
120120
.indices(".ml-annotations*", ".ml-notifications*")
121121
.privileges("read", "write")
122122
.build(),
123-
// And the reindex indices from v7
123+
// And the reindexed indices from v7
124124
RoleDescriptor.IndicesPrivileges.builder()
125125
.indices(".reindexed-v8-ml-annotations*", ".reindexed-v8-ml-notifications*")
126126
.privileges("read", "write")

0 commit comments

Comments
 (0)