scheduling icon indicating copy to clipboard operation
scheduling copied to clipboard

JaaS service roles permissions

Open fviale opened this issue 3 years ago • 0 comments

  • new ServiceRolePermission which defines general permissions (read, write, etc...) on a given service.
  • new DeniedMethodCallPermission which allows to deny a specific method access
  • ServiceRolePermission implementation uses method annotations
  • added ServiceRolePermissions in RestDataspaceImpl to allow RBAC on the dataspace (web frontend only).
  • rewrote security policy according to role permissions

fviale avatar Oct 21 '22 13:10 fviale