We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ef7da commit 85db5afCopy full SHA for 85db5af
rest-api-spec/src/main/resources/rest-api-spec/api/security.delegate_pki.json
@@ -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