-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathhttp-ranger.json
More file actions
68 lines (68 loc) · 1.48 KB
/
http-ranger.json
File metadata and controls
68 lines (68 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "httpservice",
"label": "HTTP Service",
"description": "Rudimentary Ranger plugin to enforce security on top of a HTTP Service",
"guid": "b8290b7f-6f69-44a9-89cc-06b6975ea676",
"implClass": "com.arunma.ranger.http.RangerServiceHTTP",
"version": 1,
"isEnabled": 1,
"resources": [
{
"itemId": 1,
"name": "path",
"type": "path",
"level": 10,
"parent": "",
"mandatory": true,
"lookupSupported": true,
"recursiveSupported": true,
"excludesSupported": true,
"matcher": "org.apache.ranger.plugin.resourcematcher.RangerPathResourceMatcher",
"matcherOptions": {
"wildCard": true,
"ignoreCase": true
},
"validationRegEx": "",
"validationMessage": "",
"uiHint": "",
"label": "HTTP Path",
"description": "HTTP Path"
}
],
"accessTypes": [
{
"itemId": 1,
"name": "get",
"label": "get"
},
{
"itemId": 2,
"name": "post",
"label": "post"
},
{
"itemId": 3,
"name": "delete",
"label": "delete"
}
],
"configs": [
{
"itemId": 1,
"name": "services_list_url",
"type": "string",
"subType": "",
"mandatory": true,
"validationRegEx": "",
"validationMessage": "",
"uiHint": "",
"label": "HTTP URL for the services list eg. http://localhost:8080/services"
}
],
"enums": [
],
"contextEnrichers": [
],
"policyConditions": [
]
}