You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/kafka/access-mgmt-kafka/README.adoc
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -221,6 +221,8 @@ In {product-kafka}, you can create Access Control Lists (ACLs) in your Kafka ins
221
221
222
222
.. Click *Manage access*.
223
223
.. In the *Account* drop-down menu, select the new user account or service account that you want to set permissions for. You can also select *All accounts* to set permissions for all user accounts and service accounts in the organization.
224
+
+
225
+
If you don't see users in the drop-down list, ask your organization administrator to grant access to view other user accounts. For more information, see {base-url}{access-mgmt-url-kafka}#proc-user-account-access_managing-access[Allowing users to view other user accounts].
224
226
.. Click *Next*.
225
227
+
226
228
--
@@ -476,6 +478,37 @@ h|Operations
476
478
|===
477
479
--
478
480
481
+
[id="proc-user-account-access_{context}"]
482
+
== Allowing users to view other user accounts
483
+
484
+
[role="_abstract"]
485
+
As an organization administrator, you can use Role-Based Access Control (RBAC) to allow users to view other users in an organization.
486
+
487
+
You set up access by assigning a predefined role called `User Access principal viewer` to a user group.
488
+
By assigning the role, users within the group are able to do the following:
489
+
490
+
* View and select other users when changing owners and managing access to Kafka instances in the web console
491
+
* Specify user names when using the `rhoas` CLI for {product-long-kafka}
492
+
493
+
.Prerequisites
494
+
* You're logged into the {org-name} web console as an organization administrator.
495
+
* A user group contains the users to assign the role to.
496
+
497
+
NOTE: If you want to add the `User Access principal viewer` role to a single user, create a new group for that user only.
498
+
499
+
ifndef::community[]
500
+
For more information on setting up user access in the web console, see the link:https://access.redhat.com/documentation/en-us/red_hat_hybrid_cloud_console/[_User Access Configuration Guide for Role-based Access Control (RBAC)_^].
501
+
endif::[]
502
+
503
+
.Procedure
504
+
505
+
. In the upper-right corner of the {product-kafka} web console, select the gear icon, and click *Settings* > *User Access* > *Groups*
506
+
. Click the name of the user group.
507
+
. From the *Roles* tab, click *Add role* and select `User Access principal viewer` to add the role to the group.
508
+
. Click *Add to group* to add the role to the group.
509
+
+
510
+
The role is added to the list of selected roles on the *Roles* tab.
511
+
479
512
[role="_additional-resources"]
480
513
.Additional resources
481
514
* {base-url}{getting-started-url-kafka}[_Getting started with {product-long-kafka}_^]
0 commit comments