Skip to content

Commit 27a1311

Browse files
committed
Update cluster privileges list
1 parent 31d7d3b commit 27a1311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/model/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ export function hoistRequestAnnotations (
616616
} else if (tag === 'cluster_privileges') {
617617
const privileges = [
618618
'all', 'cancel_task', 'create_snapshot', 'grant_api_key', 'manage', 'manage_api_key', 'manage_ccr',
619-
'manage_ilm', 'manage_index_templates', 'manage_ingest_pipelines', 'manage_logstash_pipelines',
619+
'manage_enrich', 'manage_ilm', 'manage_index_templates', 'manage_ingest_pipelines', 'manage_logstash_pipelines',
620620
'manage_ml', 'manage_oidc', 'manage_own_api_key', 'manage_pipeline', 'manage_rollup', 'manage_saml',
621621
'manage_security', 'manage_service_account', 'manage_slm', 'manage_token', 'manage_transform',
622622
'manage_watcher', 'monitor', 'monitor_ml', 'monitor_rollup', 'monitor_snapshot', 'monitor_text_structure',

0 commit comments

Comments
 (0)