Skip to content

Commit 634b682

Browse files
RHIDP-5349: incorrect ID of RBAC plugin (#826)
Co-authored-by: Heena Manwani <[email protected]>
1 parent 2a24611 commit 634b682

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/authorization/proc-enabling-the-rbac-plugin.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ The permission policies for users and groups in the {product-short} are managed
1212

1313
.Procedure
1414
. The RBAC plugin is installed but disabled by default.
15-
To enable the `./dynamic-plugins/dist/janus-idp-backstage-plugin-rbac` plugin, edit your `dynamic-plugins.yaml` with the following content.
15+
To enable the `./dynamic-plugins/dist/backstage-community-plugin-rbac` plugin, edit your `dynamic-plugins.yaml` with the following content.
1616
+
1717
.`dynamic-plugins.yaml` fragment
1818
[source,yaml]
1919
----
2020
plugins:
21-
- package: ./dynamic-plugins/dist/janus-idp-backstage-plugin-rbac
21+
- package: ./dynamic-plugins/dist/backstage-community-plugin-rbac
2222
disabled: false
2323
----
2424
+

0 commit comments

Comments
 (0)