Skip to content

Commit bba2e35

Browse files
committed
Fixing Bulk DS tests
Still need the rest-extension-user role so that the test user can read the modules.
1 parent b1cdb41 commit bba2e35

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/ml-config/security/roles/minimal-user-role.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"role-name": "kafka-test-minimal-user",
33
"description": "rest-reader/rest-writer privileges are needed to read forest info and write documents; any-uri and unprotected-collections are needed by the test endpoint to insert a document",
4+
"role": [
5+
"rest-extension-user"
6+
],
47
"privilege": [
58
{
69
"privilege-name": "rest-reader",

0 commit comments

Comments
 (0)