accesscontrol icon indicating copy to clipboard operation
accesscontrol copied to clipboard

grant permissions for every resources ?

Open LhonRafaat opened this issue 3 years ago • 1 comments

Hi i'm trying to grant all CRUD permissions to my admin user for every resource I thought using *

roles
.grant(AppRoles.ADMIN)
  .createAny("*")
  .readAny("*")
  .updateAny("*")
  .deleteAny("*")


would work , but it throws an error, "cannot use reserved name", How can I implement this so I don't write down all the resources ?

thanks,

LhonRafaat avatar Jan 30 '22 12:01 LhonRafaat

@LhonRafaat Any update on this one?

AienTech avatar Jan 13 '23 08:01 AienTech