Document toolboxDocument toolbox

Creating a Custom Role at the Subscription Level

Applies to: Kyvos Enterprise  Kyvos Cloud (SaaS on AWS) Kyvos AWS Marketplace

Kyvos Azure Marketplace   Kyvos GCP Marketplace Kyvos Single Node Installation (Kyvos SNI)


Note

If you are unable to add a role, contact your Azure Account Administrator to do so.

Creating a Custom Role 

To create a custom role, perform the following steps.

  1. Log in to the Azure portal.

  2. Navigate to Subscription and click Access Control (IAM) on the navigation bar. 

  3. Click Add > Add custom role as shown below.


    The Create a Custom Role wizard is displayed. 

  4. On the Basics tab, enter a unique custom role name.

  5. Click the JSON tab, and then click Edit.

  6. Delete the existing JSON text.

  7. Copy the text from the CustomRole_DeploymentUser.json file, which contains the required permissions, and paste it into the JSON textbox.

  8. Replace the {Subscription_ID} with the respective Subscription Id. 

  9. Replace the value of roleName with the Custom role name value provided in Step 4. 

  10. Click Save. The JSON automatically assigns the required permissions.

  11. Click on Review + Create. Then click Create. The custom role is created. 

Assigning a Custom Role 

After you create a custom role on Azure, you will need to attach the role to the user who will be deploying the Kyvos Application. 

To assign a Custom Role, perform the following steps. 

  1. Go back to the Subscription page and click Access Control (IAM). 

  2. Click Add > Add role assignment.


    On the Role Assignment pane, enter details as:

    1. Role: Search and select the custom role that you created earlier. See the Creating a Custom Role section for more details.  

    2. Assign Access To: Select the User, group, or service principal option. 

    3. Select: Select the User to which you want to add this role. 

  3. Click Next.

  4. On the Review + assign tab, review the role assignment settings.

  5. Click Review + assign to assign the role.

  6. After a few moments, the Custom role is assigned to the user.   

Copyright Kyvos, Inc. All rights reserved.