-
Notifications
You must be signed in to change notification settings - Fork 0
/
ranger_policy_repo.json
86 lines (86 loc) · 1.78 KB
/
ranger_policy_repo.json
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"Env_Details": {
"Env_Name": "Prod",
"Ranger_URI": "zulu.hdp.com:6080"
},
"HDFS_Policies": [
{
"policyName": "TestingPol4",
"resourceName": "/tmp/test1",
"description": "tesitn this",
"repositoryName": "turing_hadoop",
"repositoryType": "hdfs",
"isEnabled": "true",
"isRecursive": "true",
"isAuditEnabled": "true",
"permMapList": [
{
"groupList": [
"hadoop"
],
"permList": [
"Read",
"Execute",
"Write",
"Admin"
]
}
]
},
{
"policyName": "TestingPol5",
"resourceName": "/tmp/test2,/tmp/test3",
"description": "tesitn this",
"repositoryName": "turing_hadoop",
"repositoryType": "hdfs",
"isEnabled": "true",
"isRecursive": "true",
"isAuditEnabled": "true",
"permMapList": [
{
"groupList": [
"hadoop"
],
"permList": [
"Read",
"Execute",
"Write",
"Admin"
]
}
]
},
{
"policyName": "TestingPol6",
"resourceName": "/tmp/test4",
"description": "tesitn this",
"repositoryName": "turing_hadoop",
"repositoryType": "hdfs",
"isEnabled": "true",
"isRecursive": "false",
"isAuditEnabled": "true",
"permMapList": [
{
"groupList": [
"hadoop","public"
],
"permList": [
"Read",
"Execute",
"Write",
"Admin"
]
},
{
"userList": [
"hive"
],
"permList": [
"Read",
"Execute"
]
}
]
}
]
}