Skip to content

Commit 0a10581

Browse files
authored
[Cloud Security] update index privileges
1 parent beabbb3 commit 0a10581

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
@@ -493,7 +493,7 @@ static RoleDescriptor kibanaSystem(String name) {
493493
RoleDescriptor.IndicesPrivileges.builder()
494494
// manage privilege required by the index alias
495495
.indices("security_solution-*.vulnerability_latest", "security_solution-*.misconfiguration_latest")
496-
.privileges("manage", TransportIndicesAliasesAction.NAME, TransportUpdateSettingsAction.TYPE.name())
496+
.privileges("manage", "read", TransportIndicesAliasesAction.NAME, TransportUpdateSettingsAction.TYPE.name())
497497
.build(),
498498
// For destination indices of the Cloud Detection & Response (CDR) packages that ships a
499499
// transform

0 commit comments

Comments
 (0)