Skip to content

Commit d90c52d

Browse files
authored
docs: user access (#413)
* docs: new procedure to assign principal viewer role Signed-off-by: prmellor <[email protected]> * docs: new procedure to assign principal viewer role Signed-off-by: prmellor <[email protected]> * docs: new procedure to assign principal viewer role Signed-off-by: prmellor <[email protected]> * remove the version-specfic path Signed-off-by: prmellor <[email protected]> * review edits SR Signed-off-by: prmellor <[email protected]> * review edit PM Signed-off-by: prmellor <[email protected]> * review edits EP Signed-off-by: prmellor <[email protected]> * review edits RK Signed-off-by: prmellor <[email protected]> * change link title Signed-off-by: prmellor <[email protected]>
1 parent b5f4292 commit d90c52d

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

docs/kafka/access-mgmt-kafka/README.adoc

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,8 @@ In {product-kafka}, you can create Access Control Lists (ACLs) in your Kafka ins
221221

222222
.. Click *Manage access*.
223223
.. 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].
224226
.. Click *Next*.
225227
+
226228
--
@@ -476,6 +478,37 @@ h|Operations
476478
|===
477479
--
478480

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+
479512
[role="_additional-resources"]
480513
.Additional resources
481514
* {base-url}{getting-started-url-kafka}[_Getting started with {product-long-kafka}_^]

docs/kafka/getting-started-kafka/README.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ ifndef::qs[]
255255

256256
[role="_additional-resources"]
257257
.Additional resources
258+
* {base-url}{access-mgmt-url-kafka}[_Managing account access in {product-long-kafka}_^]
258259
* link:https://kafka.apache.org/documentation/#security_authz[Authorization and ACLs^] in Kafka documentation
259260
endif::[]
260261

0 commit comments

Comments
 (0)