Files
backstage/plugins/search-backend
Mike Lewis 30f9884359 search: check for non-resource permissions when authorizing results
Now that we can differentiate between ResourcePermissions and other
kinds of permissions, we can skip authorizing result-by-result
when the permission for a given document type is not a
ResourcePermission.

Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com>
2022-03-23 15:58:42 -04:00
..
2022-03-07 10:15:54 +00:00
2022-03-22 12:28:03 +00:00
2022-03-22 12:28:03 +00:00

search-backend

This plugin is part of a suite of plugins that comprise the Backstage search platform. This particular plugin responsible for exposing a JSON API for querying a search engine.

Documentation on how to develop and improve the search platform is currently centralized in the search plugin README.md.

For a better overview of how the search platform is put together, check the Backstage Search Architecture documentation.