Skip to content

Commit 6ab6524

Browse files
Add descriptions for API key API (#2167)
* Create API key API * Grant API key API * Update API key API * Get API key information API * Invalidate API key API * Query API key information API * API key * Clear API key cache API * Add missing 'read_security' cluster privilege * Remove doc_id from GrantType * Add generated schema * Fix code style * Regenerate schema after code style cleanup * Remove unnecessary 'This field is optional.' sentences
1 parent e14e368 commit 6ab6524

File tree

15 files changed

+365
-51
lines changed

15 files changed

+365
-51
lines changed

compiler/src/model/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ export function hoistRequestAnnotations (
621621
'manage_ml', 'manage_oidc', 'manage_own_api_key', 'manage_pipeline', 'manage_rollup', 'manage_saml',
622622
'manage_security', 'manage_service_account', 'manage_slm', 'manage_token', 'manage_transform', 'manage_user_profile',
623623
'manage_watcher', 'monitor', 'monitor_ml', 'monitor_rollup', 'monitor_snapshot', 'monitor_text_structure',
624-
'monitor_transform', 'monitor_watcher', 'read_ccr', 'read_ilm', 'read_pipeline', 'read_slm', 'transport_client'
624+
'monitor_transform', 'monitor_watcher', 'read_ccr', 'read_ilm', 'read_pipeline', 'read_security', 'read_slm', 'transport_client'
625625
]
626626
const values = parseCommaSeparated(value)
627627
for (const v of values) {

0 commit comments

Comments
 (0)