Skip to content

v0.5.5

Choose a tag to compare

@github-actions github-actions released this 10 Jul 16:17
2a1772a

New platform capability

Plugins can now gate their own authorization inside butler-portal without editing the central policy. The new AuthAdjudicatorExtensionPoint routes each authorize() call to a plugin-registered adjudicator by permission-name prefix; unclaimed namespaces fall through to ALLOW so core Backstage plugins (catalog, scaffolder, techdocs, search, kubernetes) keep working unchanged.

Authoring guide: https://github.com/butlerdotdev/butler-portal/blob/v0.5.5/docs/plugin-authoring/authorization.md

What's Changed

  • feat(permissions): namespace-delegated policy so plugins gate their own authz (#33)

Full Changelog: v0.5.4...v0.5.5