Our CI/CD pipeline processes rely heavily on validating team names against Backstage's Catalog API.
Since upgrading to v1.28 from 1.23, the /api/catalog/entities endpoint returns a 401. Per a previous post, I've tried adding dangerouslyDisableDefaultAuthPolicy: true to the app config, but that hasn't helped.
Does anyone have insight on this? I'd love to avoid creating a service account and writing a custom JS program just to create a token for each API call to check group names.