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
d1b3f21c
Commit
d1b3f21c
authored
6 years ago
by
Vishal Suvagia
Committed by
nixonrodrigues
6 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-2788 : Add policy permissions for tagsync user.
Signed-off-by:
nixonrodrigues
<
nixon@apache.org
>
parent
89fc8357
master
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
atlas-simple-authz-policy.json
...ization/src/main/resources/atlas-simple-authz-policy.json
+2
-1
atlas-simple-authz-policy.json
...ization/src/test/resources/atlas-simple-authz-policy.json
+2
-1
atlas-simple-authz-policy.json
distro/src/conf/atlas-simple-authz-policy.json
+2
-1
No files found.
authorization/src/main/resources/atlas-simple-authz-policy.json
View file @
d1b3f21c
...
@@ -49,7 +49,8 @@
...
@@ -49,7 +49,8 @@
},
},
"userRoles"
:
{
"userRoles"
:
{
"admin"
:
[
"ROLE_ADMIN"
]
"admin"
:
[
"ROLE_ADMIN"
],
"rangertagsync"
:
[
"DATA_SCIENTIST"
]
},
},
"groupRoles"
:
{
"groupRoles"
:
{
...
...
This diff is collapsed.
Click to expand it.
authorization/src/test/resources/atlas-simple-authz-policy.json
View file @
d1b3f21c
...
@@ -49,7 +49,8 @@
...
@@ -49,7 +49,8 @@
},
},
"userRoles"
:
{
"userRoles"
:
{
"admin"
:
[
"ROLE_ADMIN"
]
"admin"
:
[
"ROLE_ADMIN"
],
"rangertagsync"
:
[
"DATA_SCIENTIST"
]
},
},
"groupRoles"
:
{
"groupRoles"
:
{
...
...
This diff is collapsed.
Click to expand it.
distro/src/conf/atlas-simple-authz-policy.json
View file @
d1b3f21c
...
@@ -49,7 +49,8 @@
...
@@ -49,7 +49,8 @@
},
},
"userRoles"
:
{
"userRoles"
:
{
"admin"
:
[
"ROLE_ADMIN"
]
"admin"
:
[
"ROLE_ADMIN"
],
"rangertagsync"
:
[
"DATA_SCIENTIST"
]
},
},
"groupRoles"
:
{
"groupRoles"
:
{
...
...
This diff is collapsed.
Click to expand it.
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