Skip to content

Commit

Permalink
RHIDP-5349: incorrect ID of RBAC plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
hmanwani-rh authored and openshift-cherrypick-robot committed Dec 23, 2024
1 parent 2a24611 commit dfb0661
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/authorization/proc-enabling-the-rbac-plugin.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ The permission policies for users and groups in the {product-short} are managed

.Procedure
. The RBAC plugin is installed but disabled by default.
To enable the `./dynamic-plugins/dist/janus-idp-backstage-plugin-rbac` plugin, edit your `dynamic-plugins.yaml` with the following content.
To enable the `./dynamic-plugins/dist/backstage-community-plugin-rbac` plugin, edit your `dynamic-plugins.yaml` with the following content.
+
.`dynamic-plugins.yaml` fragment
[source,yaml]
----
plugins:
- package: ./dynamic-plugins/dist/janus-idp-backstage-plugin-rbac
- package: ./dynamic-plugins/dist/backstage-community-plugin-rbac
disabled: false
----
+
Expand Down

0 comments on commit dfb0661

Please sign in to comment.