feat(jans-cedarling): support having types in the Cedar resource param #10538
Labels
comp-jans-cedarling
Touching folder /jans-cedarling
enhancement
kind-feature
Issue or PR is a new feature request
Is your feature request related to a problem? Please describe.
Cedarling does not support having types in a
Resource
. So anHTTP_Request
entity defined below cannot be used as a CedarResource
:Cedarling return an error like
ResourceEntity(Create(CreateRecord("Jans::Url", MissingClaim("path"))))
when a resource like
is given. Since Cedarling doesn't know how to map from string -> Url in the resource.
Describe the solution you'd like
...
Describe alternatives you've considered
...
Additional context
...
The text was updated successfully, but these errors were encountered: