marklogic / marklogic-geo-data-services

Geo Data Services supporting Esri Koop Provider and WFS (future)
https://marklogic.github.io/marklogic-geo-data-services/
Other
2 stars 5 forks source link

Sample Users need Invoke Privs #96

Closed awanczowski closed 1 year ago

awanczowski commented 2 years ago

After deploying the sample project. The sample-reader does not have invoke privileges. This can be tested by calling geoQueryService.

{
    "errorResponse": {
        "statusCode": 500,
        "status": "Error handling request",
        "messageCode": "RESTAPI-SRVEXERR",
        "message": "SEC-PRIV: xdmp.invokeFunction(function (), \"/ext/serviceModel.sjs\", {isolation:\"different-transaction\"}) -- Need privilege: http://marklogic.com/xdmp/privileges/xdmp-invoke"
    }
}
rjrudin commented 1 year ago

Resolved via #111