-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Darshit Chanpura <[email protected]>
- Loading branch information
1 parent
87640ec
commit c4205c5
Showing
2 changed files
with
5 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,23 @@ | ||
$schema: ../../../../json_schemas/test_story.schema.yaml | ||
|
||
description: Test ssl endpoints. | ||
version: '>=2.0' | ||
# ADMIN-CERT only. These tests require explicit rest api admin privileges. | ||
chapters: | ||
- synopsis: Get ssl certificates. | ||
path: /_plugins/_security/api/ssl/certs | ||
version: '>=2.0' | ||
method: GET | ||
response: | ||
status: 403 | ||
- synopsis: Reload http certs. | ||
path: /_plugins/_security/api/ssl/http/reloadcerts | ||
version: '>2.7' | ||
method: PUT | ||
response: | ||
status: 403 | ||
- synopsis: Reload transport certs. | ||
path: /_plugins/_security/api/ssl/transport/reloadcerts | ||
version: '>2.7' | ||
method: PUT | ||
response: | ||
status: 403 |