## The problem
Issue cerbos/cerbos#1740 (closed, 5 comments): ### Is there an existing issue for this? - [X] I have searched the existing issues ### Feature description I'd like to attach a resource policy to multiple resources. Right now, a resource policy can only apply to one resource. ### What would the ideal solution look like to you?

## The fix
You can share one policy across multiple resource kinds with scopes. Put the common rules on the parent scope and the per-kind overrides in child scopes, with lenient scope search turned on so a missing scoped rule falls back to the parent. That was the maintainer-confirmed pattern in the thread.

## Notes
Thread: https://github.com/cerbos/cerbos/issues/1740. Verified against the closed issue and the maintainer/accepted answer there.