You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In cedar-policy schema from agama-lab we have 3 principals Workload, User and Role
Currently, for each request we make authorization check for each principal.
And it is hard coded that each principal use namespace "Jans"
Describe the solution you'd like
improve parsing cedar-policy schema and add check if principal can be applied to cedar-policyAction
add usage of namespace stored in the policy-store
Additional context
In policy store field name describe namespace in the cedar-policy schema