Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
14b57dbd
Commit
14b57dbd
authored
Mar 12, 2020
by
Mandar Ambawane
Committed by
nixonrodrigues
Mar 13, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-3645 Update default entity permission for business-metadata in atlas-simple-authz-policy.json
Signed-off-by:
nixonrodrigues
<
nixon@apache.org
>
parent
1ccb7c71
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
atlas-simple-authz-policy.json
...ization/src/main/resources/atlas-simple-authz-policy.json
+3
-3
atlas-simple-authz-policy.json
distro/src/conf/atlas-simple-authz-policy.json
+1
-1
No files found.
authorization/src/main/resources/atlas-simple-authz-policy.json
View file @
14b57dbd
...
...
@@ -45,7 +45,7 @@
"entityIds"
:
[
".*"
],
"classifications"
:
[
".*"
],
"labels"
:
[
".*"
],
"
namespaces
"
:
[
".*"
]
"
businessMetadata
"
:
[
".*"
]
}
]
},
...
...
@@ -53,12 +53,12 @@
"DATA_STEWARD"
:
{
"entityPermissions"
:
[
{
"privileges"
:
[
"entity-read"
,
"entity-create"
,
"entity-update"
,
"entity-read-classification"
,
"entity-add-classification"
,
"entity-update-classification"
,
"entity-remove-classification"
,
"entity-add-label"
,
"entity-remove-label"
,
"entity-update-
namespace
"
],
"privileges"
:
[
"entity-read"
,
"entity-create"
,
"entity-update"
,
"entity-read-classification"
,
"entity-add-classification"
,
"entity-update-classification"
,
"entity-remove-classification"
,
"entity-add-label"
,
"entity-remove-label"
,
"entity-update-
business-metadata
"
],
"entityTypes"
:
[
".*"
],
"entityIds"
:
[
".*"
],
"classifications"
:
[
".*"
],
"labels"
:
[
".*"
],
"
namespaces
"
:
[
".*"
]
"
businessMetadata
"
:
[
".*"
]
}
],
"relationshipPermissions"
:
[
...
...
distro/src/conf/atlas-simple-authz-policy.json
View file @
14b57dbd
...
...
@@ -20,7 +20,7 @@
"entityIds"
:
[
".*"
],
"classifications"
:
[
".*"
],
"labels"
:
[
".*"
],
"
namespaces
"
:
[
".*"
],
"
businessMetadata
"
:
[
".*"
],
"attributes"
:[
".*"
]
}
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment