Skip to content

Commit b546872

Browse files
committed
MLE-25059 Minimizing privileges for test user
1 parent ec08429 commit b546872

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

test-app/src/main/ml-config/security/roles/flux-test-role.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,14 @@
3535
"kind": "execute"
3636
},
3737
{
38-
"privilege-name": "any-uri",
39-
"action": "http://marklogic.com/xdmp/privileges/any-uri",
38+
"privilege-name": "unprotected-uri",
39+
"action": "http://marklogic.com/xdmp/privileges/unprotected-uri",
4040
"kind": "execute"
4141
},
4242
{
4343
"privilege-name": "any-collection",
4444
"action": "http://marklogic.com/xdmp/privileges/any-collection",
4545
"kind": "execute"
46-
},
47-
48-
{
49-
"privilege-name": "unprotected-collections",
50-
"action": "http://marklogic.com/xdmp/privileges/unprotected-collections",
51-
"kind": "execute"
5246
}
5347
]
5448
}

0 commit comments

Comments
 (0)