Skip to content

Commit

Permalink
Merge branch 'main' into sa-mark-query-roles-api-public-serverless
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin authored Dec 17, 2024
2 parents 062cb47 + fd5d7cf commit ded312c
Show file tree
Hide file tree
Showing 54 changed files with 969 additions and 346 deletions.
2 changes: 1 addition & 1 deletion compiler/src/model/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ export function hoistRequestAnnotations (
} else if (tag === 'cluster_privileges') {
const privileges = [
'all', 'cancel_task', 'create_snapshot', 'grant_api_key', 'manage', 'manage_api_key', 'manage_ccr',
'manage_enrich', 'manage_ilm', 'manage_index_templates', 'manage_ingest_pipelines', 'manage_logstash_pipelines',
'manage_enrich', 'manage_ilm', 'manage_index_templates', 'manage_inference', 'manage_ingest_pipelines', 'manage_logstash_pipelines',
'manage_ml', 'manage_oidc', 'manage_own_api_key', 'manage_pipeline', 'manage_rollup', 'manage_saml',
'manage_security', 'manage_service_account', 'manage_slm', 'manage_token', 'manage_transform', 'manage_user_profile',
'manage_watcher', 'monitor', 'monitor_ml', 'monitor_rollup', 'monitor_snapshot', 'monitor_text_structure',
Expand Down
258 changes: 173 additions & 85 deletions output/openapi/elasticsearch-openapi.json

Large diffs are not rendered by default.

59 changes: 40 additions & 19 deletions output/openapi/elasticsearch-serverless-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ded312c

Please sign in to comment.