1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/dedicated-admin-granting-permissions.adoc
2025-11-04 12:35:55 +00:00

20 lines
478 B
Plaintext

// Module included in the following assemblies:
//
// * osd_cluster_admin/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>
----
[source,terminal]
----
$ oc adm policy add-role-to-group <role> <group_name>
----