You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 5, 2020. It is now read-only.
I want to set up the default app user from the template. It gets created all right and also has the app-role.
So I can login to the app but it does not return search results.
I added additional roles like rest-extension-user,rest-reader, search-internal, slush-dikw-node-role but no luck. Looked at previligenges and collections but that seems not relevant. Searched in Roxy on role-based-security no real pointers.
Looked at ml-config.xml but no pointers there on what to add/change.
What am I missing to get the default app user to work? (or even better a blueprint for an additional named user)
The text was updated successfully, but these errors were encountered:
Verify that the user is actually allowed to make REST api calls by checking the browser console, or calling /v1/search with the browser directly. Also make sure to hand out appropriate document permissions for the documents you are uploading..
Verified I can get to REST API with user ... check
Verified I can query REST search endpoint ... check no results
Indeed we have uploaded docs as admin and we would like to upload user different from the app-user.
Can you show me how to change permissions on a document (or collection) for a specific user preferable from roxy... thx
You would normally apply doc permissions at upload. If you use Roxy to deploy content from the data/ directory, that will get read/update permission for app-role. If you use MLCP (through Roxy or not) you can explicitly specify output_permissions. If you use custom code to upload content, then use a user that has default permissions according what you want to have applied to any doc inserted with that user.
Hi,
I want to set up the default app user from the template. It gets created all right and also has the app-role.
So I can login to the app but it does not return search results.
I added additional roles like rest-extension-user,rest-reader, search-internal, slush-dikw-node-role but no luck. Looked at previligenges and collections but that seems not relevant. Searched in Roxy on role-based-security no real pointers.
Looked at ml-config.xml but no pointers there on what to add/change.
What am I missing to get the default app user to work? (or even better a blueprint for an additional named user)
The text was updated successfully, but these errors were encountered: