Function mz_sql::rbac::rbac_check_preamble

source ·
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.