We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec08429 commit b546872Copy full SHA for b546872
test-app/src/main/ml-config/security/roles/flux-test-role.json
@@ -35,20 +35,14 @@
35
"kind": "execute"
36
},
37
{
38
- "privilege-name": "any-uri",
39
- "action": "http://marklogic.com/xdmp/privileges/any-uri",
+ "privilege-name": "unprotected-uri",
+ "action": "http://marklogic.com/xdmp/privileges/unprotected-uri",
40
41
42
43
"privilege-name": "any-collection",
44
"action": "http://marklogic.com/xdmp/privileges/any-collection",
45
46
- },
47
-
48
- {
49
- "privilege-name": "unprotected-collections",
50
- "action": "http://marklogic.com/xdmp/privileges/unprotected-collections",
51
- "kind": "execute"
52
}
53
]
54
0 commit comments