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 f2d2de7 commit 29ba6f0Copy full SHA for 29ba6f0
addons/policies/bootstrap_heka_policies.json
@@ -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