Initially, I had something like listed here under "New Backend System Setup": https://github.com/backstage/backstage/blob/master/contrib/docs/tutorials/authenticate-api-requests.md#new-backend-system-setup. This (as far as I can tell) lead to all entities being returned from the catalog by default. But this approach is no longer recommended as stated.
I recently switched to the new auth as outlined here: https://github.com/backstage/backstage/tree/master/beps/0003-auth-architecture-evolution#dependencies.
Now I see way fewer entities, I guess only the ones owned by the current logged in user. This is expected and probably more correct, but for compatibility I need to be able to return all entities for now. How can I adjust the catalog in the backend to return all entities, even with the new auth in place?