Help Center> ModelArts> Preparations> Configuring Access Authorization (Global Configuration)
Updated on 2023-12-13 GMT+08:00

Configuring Access Authorization (Global Configuration)

Scenarios

Exposed ModelArts functions are controlled through IAM permissions. For example, if you as an IAM user need to create a training job on ModelArts, you must have the modelarts:trainJob:create permission.

ModelArts must access other services for AI computing. For example, ModelArts must access OBS to read your data for training. For security purposes, ModelArts must be authorized to access other cloud services. This is agency authorization.

ModelArts provides one-click auto authorization. You can quickly configure agency authorization on the Global Configuration page of ModelArts. Then, ModelArts will automatically create an agency for you and configure it in ModelArts.

In this mode, the authorization scope is specified based on the preset system policies of dependent services to ensure sufficient permissions for using services. The created agency has almost all permissions of dependent services. If you want to precisely control the scope of permissions granted to an agency, use custom authorization. For details about permissions management, see Permissions Management.

This section introduces one-click auto authorization. This mode allows you to grant permissions to IAM users, federated users (virtual IAM users), agencies, and all users with one click.

Constraints

  • Huawei Cloud Account
    • Only a cloud account can use an agency to authorize the current account or all IAM users under the current account.
    • Multiple IAM users or accounts can use the same agency.
    • A maximum of 50 agencies can be created under an account.
    • If you use ModelArts for the first time, add an agency. Generally, common user permissions are sufficient for your requirements. If refined permissions management is required, you can apply for customized permissions.
  • IAM user
    • If the agency has been authorized, you can view the authorization information on the Settings page.
    • If you have not been authorized, ModelArts will display a message indicating that you have not been authorized when you access the Add Authorization page. In this case, contact your administrator to add authorization.

Adding Authorization

  1. Log in to the ModelArts management console. In the left navigation pane, choose Settings. The Global Configuration page is displayed.
  2. Click Add Authorization. On the Add Authorization page that is displayed, configure the parameters.
    Table 1 Parameters

    Parameter

    Description

    Authorized User

    Options: IAM user, Federated user, Agency, and All users

    • IAM user: You can use a tenant account to create IAM users and assign permissions for specific resources. Each IAM user has their own identity credentials (password and access keys) and uses cloud resources based on assigned permissions. For details about IAM users, see IAM User.
    • Federated user: A federated user is also called a virtual enterprise user. For details about federated users, see Configuring Federated Identity Authentication.
    • Agency: You can create agencies in IAM. For details about how to create an agency, see Creating an Agency .
    • All users: If you select this option, the agency permissions will be granted to all IAM users under the current account, including those created in the future. For individual users, choose All users.

    Authorized To

    This parameter is not displayed when Authorized User is set to All users.

    • IAM user: Select an IAM user and configure an agency for the IAM user.
      Figure 1 Selecting an IAM user
    • Federated user: Enter the username or user ID of the target federated user.
      Figure 2 Selecting a federated user
    • Agency: Select an agency name. You can use account A to create an agency and configure the agency for account B. When using account B, you can switch the role in the upper right corner of the console to account A and use the agency permissions of account A.
      Figure 3 Switch Role

    Agency

    • Use existing: If there are agencies in the list, select an available one to authorize the selected user. Click the drop-down arrow next to an agency name to view its permission details.
    • Add agency: If there is no available agency, create one. If you use ModelArts for the first time, select Add agency.

    Add agency > Agency Name

    The system automatically creates a changeable agency name.

    Add agency > Permissions > Common User

    Common User provides the permissions to use all basic ModelArts functions. For example, you can access data, and create and manage training jobs. Select this option generally.

    Click View permissions to view common user permissions.

    Add agency > Permissions > Custom

    If you need refined permissions management, select Custom to flexibly assign permissions to the created agency. You can select permissions from the permission list as required.

  3. Select I have read and agree to the ModelArts Service Statement. Click Create.

Viewing Authorized Permissions

You can view the configured authorizations on the Global Configuration page. Click View Permissions in the Authorization Content column to view the permission details.

Figure 4 View Permissions
Figure 5 View Permissions

Changing the Authorization Scope

  1. To change the authorization scope, click Modify permissions in IAM in the View Permissions dialog box.
    Figure 6 Modify permissions in IAM
  2. The agency page of the IAM console is displayed. Modify the agency information on the Basic Information tab page. Select your required validity period.
    Figure 7 Agency information
  3. On the Agencies page, click Authorize, select policies or rules, and click Next. Select the scope for minimum authorization and click OK.

    When setting the minimum authorization scope, you can select either Global services or All resources. If you select All resources, the selected permissions will be applied to all resources.

Deleting Authorization

To better manage your authorization, you can delete the authorization of an IAM user or delete the authorizations of all users in batches.

  • Deleting the authorization of a user

    On the Settings page, the authorizations configured for IAM users under the current account are displayed. You can click Delete in the Operation column to delete the authorization of a user. After the deletion takes effect, the user cannot use ModelArts functions.

  • Deleting authorizations in batches

    On the Settings page, click Delete Authorization above the authorization list to delete all authorizations of the current account. After the deletion, the account and all IAM users under the account cannot use ModelArts functions.

FAQs

  1. How do I configure authorization when I use ModelArts for the first time?

    On the Add Authorization page, set Agency to Add agency and select Common User, which provides the permissions to use all basic ModelArts functions. For example, you can access data, and create and manage training jobs. Select this option generally.

  2. Where is the entrance for authorization using an access key?

    Access key authorization on the global configuration page has been discontinued. If you used an access key for authorization before, switch to agency authorization. To do so, click Clear Authorization on the Global Configuration page and use an agency for authorization.

  3. How do I obtain an access key (AK/SK)?

    If you use AK/SK authentication to use certain functions, such as accessing real-time services and logging in using PyCharm Toolkit or VS Code, obtain an access key. For details, see How Do I Obtain an Access Key?.

  4. How do I delete an existing agency from the agency list?

    Go to the IAM console, click Agencies in the navigation pane, and delete the target agency.

  5. Why is a message indicating insufficient permission displayed when I access a page on the ModelArts management console?

    Possible causes include inadequate user agency permission or upgrading of module capabilities. To resolve, update the authorization as prompted.