[Fleet] Add support for Elasticsearch privileges in data stream manifest #109047
Labels
Feature:EPM
Fleet team's Elastic Package Manager (aka Integrations) project
Team:Fleet
Team label for Observability Data Collection Fleet team
v7.16.0
Per elastic/package-spec#203 (comment), update Fleet/EPM to take Elasticsearch privileges defined in data stream manifests into account when generating agent API Keys.
When taking privileges from a package's data stream manifest, Fleet must ensure those privileges are restricted to the following set:
auto_configure
,create_doc
,maintenance
,monitor
,read
,read_cross_cluster
. If any other privileges are defined, they should either be ignored or lead to an error.The default privileges should remain as:
auto_configure
,create_doc
.The text was updated successfully, but these errors were encountered: