Files
Chris Arderne 057b758d4c refactor(webapp): depend on the host RBAC controller surface
The API key policy methods are optional on the plugin-facing controller
contract, so `Pick` over it yields optional members that these call sites
would have to guard. Both already receive the LazyController singleton,
which has substituted its fail-closed defaults, so point them at
HostRbacController and keep the call sites guard-free.
2026-07-27 17:37:00 +01:00
..