forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Amends the Kibana validation schema for cross cluster API keys (elast…
…ic#183704) closes elastic#183682 ## Summary The validation schema in Kibana's API key endpoints for cross cluster API keys was missing the optional query, field_security, and allow_restricted_indices fields. These have been added, and the schemas have been unified between the create and update endpoints. ### Testing Updated API integration tests to include checking create and update for cross cluster API keys that contain all search options. - x-pack/test/api_integration/apis/security/api_keys.ts ## Release note Fixes an issue in Kibana cross cluster API key endpoints which kept users from creating cross cluster API keys with all possible search options.
- Loading branch information
1 parent
89c4159
commit 685aadc
Showing
3 changed files
with
270 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters