Skip to content

Commit 9b346db

Browse files
committed
Minor change on RBAC
1 parent 6981b30 commit 9b346db

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

modules/observe/adoption-insights/proc-install-adoption-insights.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,12 @@ To enable the Adoption Insights plugin, complete the following steps:
4747
- importName: AdoptionInsightsAnalyticsApiFactory
4848
----
4949
50-
* For non-admin users, add the following permission policies in your permission policies configuration file `rbac-policy.csv`.
50+
* Configure the required RBAC permission for the users who are not administrators as showin the following example:
5151
+
5252
[source,yaml]
5353
----
5454
p, role:default/team_a, adoption-insights.events.read, read, allow
55-
g, user:default/_<user_name>_, role:default/team_a # <1>
55+
g, user:default/_<your_user>_, role:default/team_a
5656
----
57-
<1> Replace _<user_name>_ with the name of the non-admin user.
57+
+
58+
See link:{authorization-book-url}#ref-rbac-permission-policies_title-authorization[Permission policies in Red Hat Developer Hub].

0 commit comments

Comments
 (0)