Skip to content

Commit

Permalink
Merge pull request #91 from nationalarchives/chore/add-execute-permis…
Browse files Browse the repository at this point in the history
…sions-to-caselaw-reader

Add the `xdbc-eval` and `xdbc-invoke` privileges to caselaw-reader
  • Loading branch information
Laura Porter authored Oct 6, 2022
2 parents e0e3812 + 27d87bf commit 08c7421
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"role-name" : "caselaw-reader",
"description" : "Can view documents, not including unpublished documents, but not edit",
"role" : [ "rest-reader", "caselaw-nobody", "security", "dls-user", "dls-internal" ]
"role" : [ "rest-reader", "caselaw-nobody", "security", "dls-user", "dls-internal" ],
"privilege" : [ {
"privilege-name" : "xdbc:eval",
"action" : "http://marklogic.com/xdmp/privileges/xdbc-eval",
"kind" : "execute"
}, {
"privilege-name" : "xdbc:invoke",
"action" : "http://marklogic.com/xdmp/privileges/xdbc-invoke",
"kind" : "execute"
} ]
}

0 comments on commit 08c7421

Please sign in to comment.