Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

#2872 Exposing RBACApiRef to support simulation on use-cases and to mock API implementation for feature testing. #2876

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions workspaces/rbac/.changeset/quiet-lions-float.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@backstage-community/plugin-rbac': patch
---


RBACApiRef should be exposed to support simulation / customization based on use-cases and to mock API implementation for feature testing. #2872
2 changes: 2 additions & 0 deletions workspaces/rbac/plugins/rbac/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
* limitations under the License.
*/
export { rbacPlugin, RbacPage, Administration } from './plugin';
export { rbacApiRef } from './api/RBACBackendClient';
export type { RBACAPI } from './api/RBACBackendClient';

export { default as AdminPanelSettingsOutlinedIcon } from '@mui/icons-material/AdminPanelSettingsOutlined';
export { default as RbacIcon } from '@mui/icons-material/VpnKeyOutlined';
Loading