Coder Social home page Coder Social logo

marklogic / cloud-enablement-azure Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 6.0 353 KB

Enabling MarkLogic in the cloud (Azure)

Home Page: https://developer.marklogic.com/products/cloud

License: Other

Shell 100.00%
azure cloud marklogic nosql solutiontemplate template

cloud-enablement-azure's People

Contributors

abika5 avatar itsshivaverma avatar lhy-loveworld avatar mattsunsjf avatar shell32-natsu avatar vitalykorolev avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cloud-enablement-azure's Issues

Bug: Create Custom privilege DHS/Azure is not working.

Environment - DHS/Azure. Attached screen shot shows all the roles 'testuser' has.

Query Console code for creating privilege fails.
Code:

'use strict';

// execute this against the security database

declareUpdate();
const sec = require('/MarkLogic/security.xqy');

sec.createPrivilege("mypriv",
"http://marklogic.com/xdmp/privileges/mypriv",
"execute",
"Developer")

// Creates an execute privilege, named "mypriv," and assigns it to the "Developer" role.

Failure message:

[javascript] SEC-PRIV: xdmp:security-assert("http://marklogic.com/xdmp/privileges/create-privilege", "execute") -- Need privilege: http://marklogic.com/xdmp/privileges/create-privilege

Code executed via SoapUI.
Post: https://xqajd70xq.z.marklogicsvc.com:8003/manage/v2/privileges
{
"privilege-name": "test-priv",
"action": "http://marklogic.com/xdmp/privileges/rest-reader",
"kind": "execute"
}

Failure message:
{"errorResponse": {
"statusCode": "403",
"status": "Forbidden",
"messageCode": "",
"message": "You do not have credentials to access /manage/v2/privileges ."
}}

Screen Shot 2020-06-17 at 9 11 48 AM

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.