Skip to content

Commit

Permalink
[Fleet] added missing privileges to fleet-server-remote account (#103445
Browse files Browse the repository at this point in the history
)

* added missing privileges to fleet-server-remote account

* revert logs-endpoint as not needed by remote es
  • Loading branch information
juliaElastic authored Dec 19, 2023
1 parent 4e898d2 commit 0fca9c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ final class ElasticServiceAccounts {
new String[] { "monitor", "manage_own_api_key" },
new RoleDescriptor.IndicesPrivileges[] {
RoleDescriptor.IndicesPrivileges.builder()
.indices("logs-*", "metrics-*")
.indices("logs-*", "metrics-*", "traces-*")
.privileges("write", "create_index", "auto_configure")
.build(), },
null,
Expand Down

0 comments on commit 0fca9c3

Please sign in to comment.