mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
15 lines
435 B
Plaintext
15 lines
435 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// administering_a_cluster/dedicated-admin-role.adoc
|
|
|
|
[id="dedicated-admin-granting-permissions_{context}"]
|
|
= Granting permissions to users or groups
|
|
|
|
To grant permissions to other users or groups, you can add, or _bind_, a role to
|
|
them using the following commands:
|
|
|
|
----
|
|
$ oc adm policy add-role-to-user <role> <user_name>
|
|
$ oc adm policy add-role-to-group <role> <group_name>
|
|
----
|