How to create a single public api using roles. Added a guest role & allowed access to component "*" for a service. It worked without login.
But when I change the component from * to a specific component say "_table/department/*", its returns 401 Unauthorized.
Would be great if somebody could help me on this.