Skip to content

Commit cc49a28

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent bc4a819 commit cc49a28

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -568,11 +568,7 @@ static RoleDescriptor kibanaSystem(String name) {
568568
// For connectors telemetry. Will be removed once we switched to connectors API
569569
RoleDescriptor.IndicesPrivileges.builder().indices(".elastic-connectors*").privileges("read").build(),
570570
// Hidden indices for cases analytics
571-
RoleDescriptor.IndicesPrivileges.builder()
572-
.indices(".internal.cases*")
573-
.privileges("all")
574-
.build()
575-
},
571+
RoleDescriptor.IndicesPrivileges.builder().indices(".internal.cases*").privileges("all").build() },
576572
null,
577573
new ConfigurableClusterPrivilege[] {
578574
new ConfigurableClusterPrivileges.ManageApplicationPrivileges(Set.of("kibana-*")),

0 commit comments

Comments
 (0)