dicoogle icon indicating copy to clipboard operation
dicoogle copied to clipboard

Allow role-based access control to features

Open tmgodinho opened this issue 9 years ago • 2 comments

Implement a hierarchy of user roles such that some features are reserved for higher roles. For instance, index/unindex operations should only be performed by certified administrators. Namely:

  • Each web service endpoint should be guarded by RBAC by binding core operations (search, force index, read/write core settings) to a variable list of roles;
  • Operation-scoped RBAC should be configurable in the server settings (e.g. only "Healthcare" and "Admin" roles can search). Plugin-specific configurations will still remain in their respective settings file;
  • The SDK should provide a means to get the roles linked to the authenticated user, and possibly whether they can perform a certain core operation.

tmgodinho avatar Jul 29 '15 09:07 tmgodinho

We have added RBAC awareness in our authorization services and web clients in version 2.3.0. What's left to do now is apply these restrictions on our web services.

Enet4 avatar Feb 04 '16 18:02 Enet4

I have updated this issue with more information.

Enet4 avatar Oct 03 '16 14:10 Enet4