Skip to content

Commit 63ba4ce

Browse files
themr0chmanwani-rh
andauthored
Apply suggestions from code review
Co-authored-by: Heena Manwani <[email protected]>
1 parent 7044b72 commit 63ba4ce

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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 following content.
15+
To enable the `./dynamic-plugins/dist/janus-idp-backstage-plugin-rbac` plugin, edit your `dynamic-plugins.yaml` with the following content.
1616
+
1717
.`dynamic-plugins.yaml` fragment
1818
[source,yaml]
@@ -24,10 +24,10 @@ plugins:
2424
+
2525
See link:{installing-and-viewing-dynamic-plugins-url}[{installing-and-viewing-dynamic-plugins-title}].
2626

27-
. Declare policy administrators to allow a certain limited number of authenticated users to configure RBAC policies by using the REST API or the Web UI, rather than editing the CSV file.
28-
The permissions can be defined in a separate CSV file that is referenced in the app-config-rhdh ConfigMap, or they can be created via REST API or Web UI.
27+
. Declare policy administrators to enable a select number of authenticated users to configure RBAC policies through the REST API or Web UI, instead of modifying the CSV file directly.
28+
The permissions can be specified in a separate CSV file referenced in the `app-config-rhdh` ConfigMap, or permissions can be created using the REST API or Web UI.
2929
+
30-
To declare users such as _<your_policy_administrator_name>_ as policy administrators, edit your custom {product-short} ConfigMap, such as `app-config-rhdh`, and add following lines to the `app-config-rhdh.yaml` content:
30+
To declare users such as _<your_policy_administrator_name>_ as policy administrators, edit your custom {product-short} ConfigMap, such as `app-config-rhdh`, and add following code to the `app-config-rhdh.yaml` content:
3131
+
3232
.`app-config.yaml` fragment
3333
[source,yaml,subs=+quotes]
@@ -43,11 +43,11 @@ permission:
4343
.Verification
4444
. Sign out from the existing {product} session and log in again using the declared policy administrator account.
4545
. With RBAC enabled, most features are disabled by default.
46-
.. Navigate to the Catalog page in {product-very-short}.
47-
The Create button is not visible.
46+
.. Navigate to the *Catalog* page in {product-very-short}.
47+
The *Create* button is not visible.
4848
You cannot create new components.
4949
.. Navigate to the API page.
50-
The Register button is not visible.
50+
The *Register* button is not visible.
5151

5252
.Next steps
5353
* Explicitly enable permissions to resources in {product-short}.

0 commit comments

Comments
 (0)