#[repost] /api/catalog/entities returning 401

6 messages · Page 1 of 1 (latest)

vernal otter
#

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.

lunar meadow
#

have you tried setting:

permission:
  enabled: false
turbid basalt
stoic stag
#

Specifically the static access method might be an easy, fast way to get auth going

queen berry
vernal otter
#

🥲 thank y'all so much for the fix. A static API key like this is exactly what we need