Skip to content

Commit

Permalink
Merge pull request #2264 from atlanhq/fix/gov-1259
Browse files Browse the repository at this point in the history
[Staging] Fix/gov 1259 - Add deny data access policy for all the guest
  • Loading branch information
mehtaanshul authored Aug 14, 2023
2 parents 0804a11 + 29ba6f0 commit 8ec0f3b
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions addons/policies/bootstrap_heka_policies.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
}
]
}

0 comments on commit 8ec0f3b

Please sign in to comment.