What kind of privileges, Role and responsibilities are required for User to build Azure redhat Openshift ?

Ghosh, Sanu 1 Reputation point
2021-06-07T04:40:10.083+00:00

Roles & Responsibility of User
* for registration
* for network creation
* for cluster creation

Azure Red Hat OpenShift
Azure Red Hat OpenShift
An Azure service that provides a flexible, self-service deployment of fully managed OpenShift clusters.
81 questions
{count} votes

1 answer

Sort by: Most helpful
  1. prmanhas-MSFT 17,901 Reputation points Microsoft Employee
    2021-06-07T10:30:37.343+00:00

    @Ghosh, Sanu Thank you for your query!!!

    As mentioned hereYou must have either Contributor and User Access Administrator permissions, or Owner permissions, either directly on the virtual network, or on the resource group or subscription containing it. You can refer to the mentioned article for Creating Cluster step by step.
    Above roles can work to do the mentioned task. Contributor can create and manage all types of Azure resources but can't grant access to others. The User Access Administrator role enables the user to grant other users access to Azure resources. Owner on the other hand has all the privileges so you can chose one accordingly.

    You can refer to this as well for more info on how to assign RBAC.

    Also Configuring Microsoft Azure for OpenShift Container Platform requires a service principal, which allows the creation and management of Kubernetes service load balancers and disks for persistent storage. The service principal values are defined at installation time and deployed to the Azure configuration file, located at /etc/origin/cloudprovider/azure.conf on OpenShift Container Platform master and node hosts.

    You can refer to this for more info.

    Hope it helps!!!

    Please "Accept as Answer" if it helped so it can help others in community looking for help on similar topics.

    0 comments No comments