Skip to content

Commit

Permalink
fix(rbac): fix ownerRefs alias after upgrade backstage to 1.29 (#2228)
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
  • Loading branch information
AndrienkoAleksandr authored Sep 25, 2024
1 parent c6c4ff5 commit 9e39c1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/rbac-backend/src/service/policy-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ export class PolicyBuilder {
),
auth: auth,
httpAuth: httpAuth,
userInfo: env.userInfo,
};

const server = new PoliciesServer(
Expand Down

0 comments on commit 9e39c1a

Please sign in to comment.