Skip to content

Commit 29ba6f0

Browse files
committed
Create bootstrap_heka_policies.json
1 parent f2d2de7 commit 29ba6f0

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"entities":
3+
[
4+
{
5+
"typeName": "AuthPolicy",
6+
"attributes":
7+
{
8+
"name": "DENY_DATA_ACCESS_GUEST",
9+
"qualifiedName": "DENY_DATA_ACCESS_GUEST",
10+
"description": "deny data access for guest users",
11+
"policyCategory": "bootstrap",
12+
"policySubCategory": "data",
13+
"policyServiceName": "heka",
14+
"policyType": "deny",
15+
"policyPriority": 0,
16+
"policyUsers": [],
17+
"policyGroups": [],
18+
"policyRoles":
19+
[
20+
"$guest"
21+
],
22+
"policyResourceCategory": "ENTITY",
23+
"policyResources":
24+
[
25+
"entity:*",
26+
"entity-type:*"
27+
],
28+
"policyActions":
29+
[
30+
"select"
31+
]
32+
}
33+
}
34+
]
35+
}

0 commit comments

Comments
 (0)