Skip to content

Commit 9b441f2

Browse files
authored
Add 'manage_user_profile' privilege, security.has_privileges_user_profile API
1 parent 51781cb commit 9b441f2

File tree

16 files changed

+544
-50
lines changed

16 files changed

+544
-50
lines changed

compiler/src/model/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ export function hoistRequestAnnotations (
632632
'all', 'cancel_task', 'create_snapshot', 'grant_api_key', 'manage', 'manage_api_key', 'manage_ccr',
633633
'manage_enrich', 'manage_ilm', 'manage_index_templates', 'manage_ingest_pipelines', 'manage_logstash_pipelines',
634634
'manage_ml', 'manage_oidc', 'manage_own_api_key', 'manage_pipeline', 'manage_rollup', 'manage_saml',
635-
'manage_security', 'manage_service_account', 'manage_slm', 'manage_token', 'manage_transform',
635+
'manage_security', 'manage_service_account', 'manage_slm', 'manage_token', 'manage_transform', 'manage_user_profile',
636636
'manage_watcher', 'monitor', 'monitor_ml', 'monitor_rollup', 'monitor_snapshot', 'monitor_text_structure',
637637
'monitor_transform', 'monitor_watcher', 'read_ccr', 'read_ilm', 'read_pipeline', 'read_slm', 'transport_client'
638638
]

0 commit comments

Comments
 (0)