Skip to content

Commit 2683a61

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 1c9a8ee commit 2683a61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ static RoleDescriptor kibanaSystem(String name) {
174174
.privileges("write", "delete", "create_index")
175175
.allowRestrictedIndices(true)
176176
.build(),
177-
// Integrations knowledge base: Fleet creates, manages, and uses this index to store knowledge base documents to be consumed by AI assistants to support integrations
177+
// Integrations knowledge base: Fleet creates, manages, and uses this index to store knowledge base documents to be consumed
178+
// by AI assistants to support integrations
178179
// assistants.
179180
RoleDescriptor.IndicesPrivileges.builder()
180181
.indices(".integration_knowledge*")

0 commit comments

Comments
 (0)