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: articles/openshift/cluster-administration-cluster-admin-role.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,26 +15,26 @@ ms.date: 09/25/2019
15
15
16
16
You're the cluster administrator of an Azure Red Hat OpenShift cluster. Your account has increased permissions and access to all user-created projects.
17
17
18
-
When your account has the osa-customer-admin authorization role bound to it, it can automatically manage a project.
18
+
When your account has the customer-admin-cluster authorization role bound to it, it can automatically manage a project.
19
19
20
20
> [!Note]
21
-
> The osa-customer-admin cluster role is not the same as the cluster-admin cluster role.
21
+
> The customer-admin-cluster cluster role is not the same as the cluster-admin cluster role.
22
22
23
23
24
24
For example, you can execute actions associated with a set of verbs (`create`) to operate on a set of resource names (`templates`). To view the details of these roles and their sets of verbs and resources, run the following command:
25
25
26
-
`$ oc describe clusterrole/osa-customer-admin`
26
+
`$ oc get clusterroles customer-admin-cluster -o yaml`
27
27
28
28
The verb names don't necessarily all map directly to `oc` commands. They equate more generally to the types of CLI operations that you can perform.
29
29
30
30
For example, having the `list` verb means that you can display a list of all objects of a resource name (`oc get`). The `get` verb means that you can display the details of a specific object if you know its name (`oc describe`).
31
31
32
32
## Configure the customer administrator role
33
33
34
-
You can configure the customer administrator role only during cluster creation by providing the flag `--customer-admin-group-id`. To learn how to configure Azure Active Directory and the Administrators group, see [Azure Active Directory integration for Azure Red Hat OpenShift](howto-aad-app-configuration.md).
34
+
You can configure the customer-admin-cluster cluster role only during cluster creation by providing the flag `--customer-admin-group-id`. To learn how to configure Azure Active Directory and the Administrators group, see [Azure Active Directory integration for Azure Red Hat OpenShift](howto-aad-app-configuration.md).
35
35
36
36
## Next steps
37
37
38
-
Configure the osa-customer-admin role:
38
+
Configure the customer-admin-cluster cluster role:
39
39
> [!div class="nextstepaction"]
40
40
> [Azure Active Directory integration for Azure Red Hat OpenShift](howto-aad-app-configuration.md)
0 commit comments