Open nchaulet opened 17 hours ago
The list property in GET /api/fleet/enrollment_api_keys as been deprecated since 8.0.0 in favor of the items property
list
GET /api/fleet/enrollment_api_keys
items
This should be changed in:
https://github.com/elastic/elastic-agent/blob/4b15e1afa8de457fe34ce35d2215180d625b4fe0/internal/pkg/agent/cmd/container.go#L954`
Related to https://github.com/elastic/ingest-dev/issues/4459
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane)
The
list
property inGET /api/fleet/enrollment_api_keys
as been deprecated since 8.0.0 in favor of theitems
propertyThis should be changed in:
https://github.com/elastic/elastic-agent/blob/4b15e1afa8de457fe34ce35d2215180d625b4fe0/internal/pkg/agent/cmd/container.go#L954`
Related to https://github.com/elastic/ingest-dev/issues/4459