For background, see [this comment](https://github.com/oxidecomputer/omicron/pull/1123#issuecomment-1213364594). Oso's `is_authorized()` call can block on locks. We're currently doing this from async code in tokio core threads. Instead, [this needs to happen on blocking threads](https://docs.rs/tokio/latest/tokio/#cpu-bound-tasks-and-blocking-code).