I’m noticing when Cerbos receives a scope that doe...
# help
n
I’m noticing when Cerbos receives a scope that doesn’t exist in a request, it denies the request, even if the base policy would allow it. Is there a way to check if a scope exists before making a policy decision?
c
If you want to fall back to the base policy if a scope doesn't exist, you can enable lenient scope search: https://docs.cerbos.dev/cerbos/latest/configuration/engine#lenient_scopes
n
amazing. thank you
I’m assuming no way to do this in playground?
c
Not at the moment.