1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00
Files
openshift-docs/modules/dedicated-admin-granting-permissions.adoc
2021-06-30 05:16:54 +00:00

16 lines
453 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:
[source,terminal]
----
$ oc adm policy add-role-to-user <role> <user_name>
$ oc adm policy add-role-to-group <role> <group_name>
----