Skip to content

Commit 85db5af

Browse files
committed
Add security.delegate_pki
1 parent 97ef7da commit 85db5af

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"security.delegate_pki": {
3+
"documentation": {
4+
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/security-api-delegate-pki-authentication.html",
5+
"description": "Delegate PKI authentication."
6+
},
7+
"stability": "stable",
8+
"visibility": "public",
9+
"headers": {
10+
"accept": ["application/json"]
11+
},
12+
"url": {
13+
"paths": [
14+
{
15+
"path": "/_security/delegate_pki",
16+
"methods": ["POST"]
17+
}
18+
]
19+
},
20+
"params": {}
21+
}
22+
}

0 commit comments

Comments
 (0)