Closed davepacheco closed 1 year ago
Closing this because at this point we're not doing more MVP authz work. I don't think there's anything remaining under "cleanup" that doesn't already have its own issue and hasn't been done at least enough for MVP.
(moving some notes from a local text file for better visibility)
OpContext
Datastore::pool()
-- it should all beDatastore::pool_authorized
make_request()
family of functions in the test suite because everything requires authn except for theunauthorized
test.public_error_from_diesel_pool
-- that seems a lot less necessary post-authz because there's an authz variantLookupPath
that take the authz object and work basically the same way as a by-id lookup, but use the lookup_type of the original authz object for a not-found error and preserve the original authz object)