fn rbac_check_preamble(
catalog: &impl SessionCatalog,
session_meta: &dyn SessionMetadata,
) -> Result<(), UnauthorizedError>
Expand description
Common checks that need to be performed before we can start checking a role’s privileges.
fn rbac_check_preamble(
catalog: &impl SessionCatalog,
session_meta: &dyn SessionMetadata,
) -> Result<(), UnauthorizedError>
Common checks that need to be performed before we can start checking a role’s privileges.