Merge pull request #23308 from Roshick/patch-2

fix(auth): filter only for users in emailMatchingUserEntityProfileEmail resolver
This commit is contained in:
Patrik Oldsberg
2024-03-25 16:02:01 +01:00
committed by GitHub
4 changed files with 75 additions and 2 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ export type BackstageUserIdentity = {
* If `annotations` are used, all annotations must be present and
* match the provided value exactly. Only entities of kind `'User'` will be considered.
*
* If `filter` are used they are passed on as they are to the `CatalogApi`.
* If `filter` are used, only entities of kind `'User'` will be considered unless it is explicitly specified differently in the filter.
*
* Regardless of the query method, the query must match exactly one entity
* in the catalog, or an error will be thrown.