File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/authz/store Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -268,10 +268,7 @@ static RoleDescriptor kibanaSystem(String name) {
268268 // Kibana system user uses them to read / write alerts.
269269 RoleDescriptor .IndicesPrivileges .builder ().indices (ReservedRolesStore .ALERTS_INDEX_ALIAS ).privileges ("all" ).build (),
270270 // "Cases as data" analytics indexes and aliases
271- RoleDescriptor .IndicesPrivileges .builder ()
272- .indices (ReservedRolesStore .CASES_ANALYTICS_INDEXES )
273- .privileges ("all" )
274- .build (),
271+ RoleDescriptor .IndicesPrivileges .builder ().indices (ReservedRolesStore .CASES_ANALYTICS_INDEXES ).privileges ("all" ).build (),
275272 RoleDescriptor .IndicesPrivileges .builder ().indices (ReservedRolesStore .CASES_ANALYTICS_ALIASES ).privileges ("all" ).build (),
276273 // "Alerts as data" public index alias used in Security Solution
277274 // Kibana system user uses them to read / write alerts.
@@ -574,8 +571,7 @@ static RoleDescriptor kibanaSystem(String name) {
574571 )
575572 .build (),
576573 // For connectors telemetry. Will be removed once we switched to connectors API
577- RoleDescriptor .IndicesPrivileges .builder ().indices (".elastic-connectors*" ).privileges ("read" ).build ()
578- },
574+ RoleDescriptor .IndicesPrivileges .builder ().indices (".elastic-connectors*" ).privileges ("read" ).build () },
579575 null ,
580576 new ConfigurableClusterPrivilege [] {
581577 new ConfigurableClusterPrivileges .ManageApplicationPrivileges (Set .of ("kibana-*" )),
You can’t perform that action at this time.
0 commit comments