Skip to content

Commit 77d80a3

Browse files
[8.3] Add 'manage_user_profile' privilege, security.has_privileges_user_profile API
Co-authored-by: Seth Michael Larson <[email protected]>
1 parent 679f9a5 commit 77d80a3

File tree

16 files changed

+544
-50
lines changed

16 files changed

+544
-50
lines changed

compiler/src/model/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ export function hoistRequestAnnotations (
623623
'all', 'cancel_task', 'create_snapshot', 'grant_api_key', 'manage', 'manage_api_key', 'manage_ccr',
624624
'manage_enrich', 'manage_ilm', 'manage_index_templates', 'manage_ingest_pipelines', 'manage_logstash_pipelines',
625625
'manage_ml', 'manage_oidc', 'manage_own_api_key', 'manage_pipeline', 'manage_rollup', 'manage_saml',
626-
'manage_security', 'manage_service_account', 'manage_slm', 'manage_token', 'manage_transform',
626+
'manage_security', 'manage_service_account', 'manage_slm', 'manage_token', 'manage_transform', 'manage_user_profile',
627627
'manage_watcher', 'monitor', 'monitor_ml', 'monitor_rollup', 'monitor_snapshot', 'monitor_text_structure',
628628
'monitor_transform', 'monitor_watcher', 'read_ccr', 'read_ilm', 'read_pipeline', 'read_slm', 'transport_client'
629629
]

0 commit comments

Comments
 (0)