From 29ba6f0638e29f15b552cf8923df20bd25a47456 Mon Sep 17 00:00:00 2001 From: Suman Das <59254445+sumandas0@users.noreply.github.com> Date: Mon, 14 Aug 2023 19:51:41 +0530 Subject: [PATCH] Create bootstrap_heka_policies.json --- addons/policies/bootstrap_heka_policies.json | 35 ++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 addons/policies/bootstrap_heka_policies.json diff --git a/addons/policies/bootstrap_heka_policies.json b/addons/policies/bootstrap_heka_policies.json new file mode 100644 index 0000000000..1a02afd993 --- /dev/null +++ b/addons/policies/bootstrap_heka_policies.json @@ -0,0 +1,35 @@ +{ + "entities": + [ + { + "typeName": "AuthPolicy", + "attributes": + { + "name": "DENY_DATA_ACCESS_GUEST", + "qualifiedName": "DENY_DATA_ACCESS_GUEST", + "description": "deny data access for guest users", + "policyCategory": "bootstrap", + "policySubCategory": "data", + "policyServiceName": "heka", + "policyType": "deny", + "policyPriority": 0, + "policyUsers": [], + "policyGroups": [], + "policyRoles": + [ + "$guest" + ], + "policyResourceCategory": "ENTITY", + "policyResources": + [ + "entity:*", + "entity-type:*" + ], + "policyActions": + [ + "select" + ] + } + } + ] +} \ No newline at end of file