Ali Ataf
08/21/2023, 9:02 AMprincipal refers to the id of the user, is there a way to make a general principal policy for a specific role?
my use case is I have an admin role that has all permissions and I don't want to repeat for example
- actions: ["*"]
effect: EFFECT_ALLOW
roles:
- admin
for each policy that I haveCharith (Cerbos)
Ali Ataf
08/21/2023, 11:17 AM