Move [enterprise/]cmd/frontend/authz to [enterprise/]internal/authz
Created by: efritz
The cmd/frontend/authz package is referenced by cmd/frontend as well as cmd/repo-updater and internal/db.
It's weird that a service and/or internal packages would reach into another service's code. There are other instances of this, but will handle them as time permits.