There seems to be a dependency on roles inheriting from 'user' and 'admin'.
Example.
I create a new role defined like this (an exact replica of 'user'):
[research]
change_own_password = enabled
get_metadata = enabled
get_typeahead = enabled
request_remote_tok = enabled
rest_apps_view = enabled
rest_properties_get = enabled
rest_properties_set = enabled
rtSrchJobsQuota = 1
search = enabled
If I create a user with only this role assigned, when he logs in, and clicks 'Manager', the page is completely blank.
Likewise, if I create a replica of the admin role (which inherits from 'power' and 'user'), all the admin tabs (like user roles, index management) are missing.
I've tested this against 4.3.2 4.3.3 and 4.3.4
Am I missing something, is this a bug, or expected behaviour?
It defeats the purpose of having capabilities like 'edit_user' and 'change_own_password'
John
... View more