Skip to content

Commit 2f7a68f

Browse files
authored
Merge pull request #47989 from ms-jasondel/patch-1
Updating FAQ for disabling self-provisoning
2 parents 3ef03eb + fde1fed commit 2f7a68f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

articles/openshift/openshift-faq.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,18 @@ Yes. An Azure Red Hat OpenShift administrator can manage users and quotas in add
5858

5959
Yes. You can restrict which Azure AD users can sign in to a cluster by configuring the Azure AD Application. For details, see [How to: Restrict your app to a set of users](https://docs.microsoft.com/azure/active-directory/develop/howto-restrict-your-app-to-a-set-of-users)
6060

61+
## Can I restrict users from creating projects?
62+
63+
Yes. Log in to your cluster as an Azure Red Hat OpenShift administrator and execute this command:
64+
65+
```
66+
oc adm policy \
67+
remove-cluster-role-from-group self-provisioner \
68+
system:authenticated:oauth
69+
```
70+
71+
For more information, see the OpenShift documentation on [disabling self-provisioning](https://docs.openshift.com/container-platform/3.11/admin_guide/managing_projects.html#disabling-self-provisioning).
72+
6173
## Can a cluster have compute nodes across multiple Azure regions?
6274

6375
No. All nodes in an Azure Red Hat OpenShift cluster must originate from the same Azure region.

0 commit comments

Comments
 (0)