File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed
airlock-dev-apache-ranger/resources Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 28
28
],
29
29
"conditions" : [
30
30
{
31
- "type" : " cidr " ,
31
+ "type" : " cidrAllUserIPs " ,
32
32
"values" : [
33
33
" *"
34
34
]
67
67
"groups" : [],
68
68
"conditions" : [
69
69
{
70
- "type" : " cidr " ,
70
+ "type" : " cidrAnyUserIPs " ,
71
71
"values" : [
72
72
" 1.2.3.4/32"
73
73
]
Original file line number Diff line number Diff line change 103
103
[
104
104
{
105
105
"itemId" : 1 ,
106
- "name" : " cidr" ,
107
- "label" : " IP address within cidr range?" ,
108
- "description" : " Ip address within cidr range?" ,
109
- "evaluator" : " com.ing.wbaa.ranger.plugin.conditionevaluator.IpCidrMatcher" ,
106
+ "name" : " cidrAllUserIPs" ,
107
+ "label" : " All user IP addresses within any cidr range?" ,
108
+ "description" : " All user IP addresses within any cidr range?" ,
109
+ "evaluator" : " com.ing.wbaa.ranger.plugin.conditionevaluator.AllIpCidrMatcher" ,
110
+ "evaluatorOptions" : {}
111
+ },
112
+ {
113
+ "itemId" : 2 ,
114
+ "name" : " cidrAnyUserIPs" ,
115
+ "label" : " Any user IP address within any cidr range?" ,
116
+ "description" : " Any user IP address within any cidr range?" ,
117
+ "evaluator" : " com.ing.wbaa.ranger.plugin.conditionevaluator.AnyIpCidrMatcher" ,
110
118
"evaluatorOptions" : {}
111
119
}
112
120
]
You can’t perform that action at this time.
0 commit comments