Commit d1b3f21c by Vishal Suvagia Committed by nixonrodrigues

ATLAS-2788 : Add policy permissions for tagsync user.

parent 89fc8357
......@@ -49,7 +49,8 @@
},
"userRoles": {
"admin": [ "ROLE_ADMIN" ]
"admin": [ "ROLE_ADMIN" ],
"rangertagsync": [ "DATA_SCIENTIST" ]
},
"groupRoles": {
......
......@@ -49,7 +49,8 @@
},
"userRoles": {
"admin": [ "ROLE_ADMIN" ]
"admin": [ "ROLE_ADMIN" ],
"rangertagsync": [ "DATA_SCIENTIST" ]
},
"groupRoles": {
......
......@@ -49,7 +49,8 @@
},
"userRoles": {
"admin": [ "ROLE_ADMIN" ]
"admin": [ "ROLE_ADMIN" ],
"rangertagsync": [ "DATA_SCIENTIST" ]
},
"groupRoles": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment