You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can this be related to data type? I have limited experience with TS. But I can logically assume that IS_ENTITY_OWNER requires list of strings, but ownerRefs returns list of strings instead of string. So we get list[list[strings]].
According to https://github.com/janus-idp/backstage-plugins/blob/a31020647ffcf210fc4d6434d6613aa0ecce71b7/plugins/rbac-backend/docs/conditions.md#conditional-policy-aliases I have put the following condition to conditional file:
It works as expected when catalog item has
But when I use $ownerRefs for condition and for catalog Item use my group as owner - it doesn't return any catalog items.
What is wrong? If I do something wrong - maybe you could provide more detailed documentation on how to use $ownerRefs'.
My expectation that I should see all catalog items that has the same owner as my parent group.
The text was updated successfully, but these errors were encountered: