hub-internal-config.security.roles.data-hub-http-user.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-http-user",
"description": "Permits use of HTTP functions",
"privilege": [
{
"privilege-name": "xdmp:http-get",
"action": "http://marklogic.com/xdmp/privileges/xdmp-http-get",
"kind": "execute"
},
{
"privilege-name": "xdmp:http-post",
"action": "http://marklogic.com/xdmp/privileges/xdmp-http-post",
"kind": "execute"
},
{
"privilege-name": "xdmp:http-put",
"action": "http://marklogic.com/xdmp/privileges/xdmp-http-put",
"kind": "execute"
},
{
"privilege-name": "xdmp:http-head",
"action": "http://marklogic.com/xdmp/privileges/xdmp-http-head",
"kind": "execute"
},
{
"privilege-name": "xdmp:http-delete",
"action": "http://marklogic.com/xdmp/privileges/xdmp-http-delete",
"kind": "execute"
},
{
"privilege-name": "xdmp:http-options",
"action": "http://marklogic.com/xdmp/privileges/xdmp-http-options",
"kind": "execute"
}
]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy