Skip to content

Commit feb75d3

Browse files
Update x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/authz/store/KibanaOwnedReservedRoleDescriptors.java
Co-authored-by: Sid <[email protected]>
1 parent cb87d0f commit feb75d3

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
@@ -231,7 +231,7 @@ static RoleDescriptor kibanaSystem(String name) {
231231
RoleDescriptor.IndicesPrivileges.builder().indices("logs-fleet_server*").privileges("read", "delete_index").build(),
232232
// Fleet creates and writes this index for sync integrations feature
233233
RoleDescriptor.IndicesPrivileges.builder()
234-
.indices("fleet-synced-integrations*")
234+
.indices("fleet-synced-integrations", "fleet-synced-integrations-ccr*")
235235
.privileges("create_index", "manage", "read", "write")
236236
.build(),
237237
// Legacy "Alerts as data" used in Security Solution.

0 commit comments

Comments
 (0)