hub-internal-config.security.roles.data-hub-common-writer.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of marklogic-data-hub Show documentation
Show all versions of marklogic-data-hub Show documentation
Library for Creating an Operational Data Hub on MarkLogic
{
"role-name": "data-hub-common-writer",
"description": "Contains a common set of privileges/roles needed for Data Hub 5+ write operations",
"role": [
"data-hub-common"
],
"privilege": [
{
"privilege-name": "ps-user",
"action": "http://marklogic.com/xdmp/privileges/ps-user",
"kind": "execute"
},
{
"privilege-name": "rest-writer",
"action": "http://marklogic.com/xdmp/privileges/rest-writer",
"kind": "execute"
},
{
"privilege-name": "sem:sparql-update",
"action": "http://marklogic.com/xdmp/privileges/sem-sparql-update",
"kind": "execute"
},
{
"privilege-name": "unprotected-collections",
"action": "http://marklogic.com/xdmp/privileges/unprotected-collections",
"kind": "execute"
},
{
"privilege-name": "unprotected-uri",
"action": "http://marklogic.com/xdmp/privileges/unprotected-uri",
"kind": "execute"
},
{
"privilege-name": "xdbc:insert",
"action": "http://marklogic.com/xdmp/privileges/xdbc-insert",
"kind": "execute"
},
{
"privilege-name": "xdbc:insert-in",
"action": "http://marklogic.com/xdmp/privileges/xdbc-insert-in",
"kind": "execute"
},
{
"privilege-name": "xdmp:document-load",
"action": "http://marklogic.com/xdmp/privileges/xdmp-document-load",
"kind": "execute"
}
]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy