Skip to content

Commit bca8235

Browse files
Merge pull request #1108 from marklogic/MLE-31901-Remove-xdmp-login
MLE-31901 Remove xdmp-login
2 parents 90269e5 + 989751b commit bca8235

4 files changed

Lines changed: 1 addition & 28 deletions

File tree

test-app/src/main/ml-config/security/roles/rest-evaluator.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@
5151
"action": "http://marklogic.com/xdmp/privileges/xdmp-get-session-field",
5252
"kind": "execute"
5353
},
54-
{
55-
"privilege-name": "xdmp-login",
56-
"action": "http://marklogic.com/xdmp/privileges/xdmp-login",
57-
"kind": "execute"
58-
},
5954
{
6055
"privilege-name": "unprotected-collections",
6156
"action": "http://marklogic.com/xdmp/privileges/unprotected-collections",

test-app/src/main/ml-config/security/roles/rest-login.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

test-app/src/main/ml-config/security/users/rest-reader.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"password": "x",
55
"role": [
66
"rest-reader",
7-
"rest-extension-user",
8-
"rest-login"
7+
"rest-extension-user"
98
]
109
}

test-app/src/main/ml-config/security/users/rest-transform-user.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)