Skip to content

Commit e12107f

Browse files
author
U-MARKLOGIC\ageorge
committed
Added privileges for session in DS tests
1 parent 6b8d2c0 commit e12107f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

etc/test-setup-users.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,16 @@ function setupUsers(manager, done) {
7070
'privilege-name': 'any-uri',
7171
action: 'http://marklogic.com/xdmp/privileges/any-uri',
7272
kind: 'execute'
73+
},
74+
{
75+
'privilege-name': 'xdmp-set-session-field',
76+
action: 'http://marklogic.com/xdmp/privileges/xdmp-set-session-field',
77+
kind: 'execute'
78+
},
79+
{
80+
'privilege-name': 'xdmp-get-session-field',
81+
action: 'http://marklogic.com/xdmp/privileges/xdmp-get-session-field',
82+
kind: 'execute'
7383
}
7484
]
7585
}

0 commit comments

Comments
 (0)