-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add security.bulk_update_api_keys and security.delegate_pki #3402
Conversation
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
1 similar comment
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
specification/security/bulk_update_api_keys/SecurityBulkUpdateApiKeysRequest.ts
Outdated
Show resolved
Hide resolved
specification/security/bulk_update_api_keys/SecurityBulkUpdateApiKeysResponse.ts
Outdated
Show resolved
Hide resolved
specification/security/bulk_update_api_keys/SecurityBulkUpdateApiKeysResponse.ts
Outdated
Show resolved
Hide resolved
8385722
to
f6648a4
Compare
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
f6648a4
to
0f497a6
Compare
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
specification/security/delegate_pki/SecurityDelegatePkiResponse.ts
Outdated
Show resolved
Hide resolved
the delegate pki response is missing the |
…ApiKeysRequest.ts Co-authored-by: Laura Trotta <[email protected]>
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
…ApiKeysResponse.ts Co-authored-by: Laura Trotta <[email protected]>
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
…ApiKeysResponse.ts Co-authored-by: Laura Trotta <[email protected]>
…e.ts Co-authored-by: Laura Trotta <[email protected]>
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
* Add security.bulk_update_api_keys * Add security.delegate_pki * Add examples * Add body to security.delegate_pki * Add doc_id * examples in subfolder * Update specification/security/bulk_update_api_keys/SecurityBulkUpdateApiKeysRequest.ts Co-authored-by: Laura Trotta <[email protected]> * Update specification/security/bulk_update_api_keys/SecurityBulkUpdateApiKeysResponse.ts Co-authored-by: Laura Trotta <[email protected]> * Update specification/security/bulk_update_api_keys/SecurityBulkUpdateApiKeysResponse.ts Co-authored-by: Laura Trotta <[email protected]> * Update specification/security/delegate_pki/SecurityDelegatePkiResponse.ts Co-authored-by: Laura Trotta <[email protected]> * Fix style * added authentication field to delegate pki res --------- Co-authored-by: Laura Trotta <[email protected]> Co-authored-by: Laura Trotta <[email protected]> (cherry picked from commit a91c810)
* Add security.bulk_update_api_keys * Add security.delegate_pki * Add examples * Add body to security.delegate_pki * Add doc_id * examples in subfolder * Update specification/security/bulk_update_api_keys/SecurityBulkUpdateApiKeysRequest.ts Co-authored-by: Laura Trotta <[email protected]> * Update specification/security/bulk_update_api_keys/SecurityBulkUpdateApiKeysResponse.ts Co-authored-by: Laura Trotta <[email protected]> * Update specification/security/bulk_update_api_keys/SecurityBulkUpdateApiKeysResponse.ts Co-authored-by: Laura Trotta <[email protected]> * Update specification/security/delegate_pki/SecurityDelegatePkiResponse.ts Co-authored-by: Laura Trotta <[email protected]> * Fix style * added authentication field to delegate pki res --------- Co-authored-by: Laura Trotta <[email protected]> Co-authored-by: Laura Trotta <[email protected]> (cherry picked from commit a91c810)
…3466) * Add security.bulk_update_api_keys * Add security.delegate_pki * Add examples * Add body to security.delegate_pki * Add doc_id * examples in subfolder * Update specification/security/bulk_update_api_keys/SecurityBulkUpdateApiKeysRequest.ts Co-authored-by: Laura Trotta <[email protected]> * Update specification/security/bulk_update_api_keys/SecurityBulkUpdateApiKeysResponse.ts Co-authored-by: Laura Trotta <[email protected]> * Update specification/security/bulk_update_api_keys/SecurityBulkUpdateApiKeysResponse.ts Co-authored-by: Laura Trotta <[email protected]> * Update specification/security/delegate_pki/SecurityDelegatePkiResponse.ts Co-authored-by: Laura Trotta <[email protected]> * Fix style * added authentication field to delegate pki res --------- Co-authored-by: Laura Trotta <[email protected]> Co-authored-by: Laura Trotta <[email protected]> (cherry picked from commit a91c810) Co-authored-by: Lisa Cawley <[email protected]>
…3465) * Add security.bulk_update_api_keys * Add security.delegate_pki * Add examples * Add body to security.delegate_pki * Add doc_id * examples in subfolder * Update specification/security/bulk_update_api_keys/SecurityBulkUpdateApiKeysRequest.ts Co-authored-by: Laura Trotta <[email protected]> * Update specification/security/bulk_update_api_keys/SecurityBulkUpdateApiKeysResponse.ts Co-authored-by: Laura Trotta <[email protected]> * Update specification/security/bulk_update_api_keys/SecurityBulkUpdateApiKeysResponse.ts Co-authored-by: Laura Trotta <[email protected]> * Update specification/security/delegate_pki/SecurityDelegatePkiResponse.ts Co-authored-by: Laura Trotta <[email protected]> * Fix style * added authentication field to delegate pki res --------- Co-authored-by: Laura Trotta <[email protected]> Co-authored-by: Laura Trotta <[email protected]> (cherry picked from commit a91c810) Co-authored-by: Lisa Cawley <[email protected]>
Relates to #3377, elastic/elasticsearch#119472
This PR adds a missing specification based on https://www.elastic.co/guide/en/elasticsearch/reference/master/security-api-bulk-update-api-keys.html and https://www.elastic.co/guide/en/elasticsearch/reference/master/security-api-delegate-pki-authentication.html