Help Center> CodeArts Build> Service Overview> Security> Authentication and Access Control
Updated on 2024-01-05 GMT+08:00

Authentication and Access Control

Identity Authentication

You can access CodeArts Build using its UI and APIs. Regardless of the access mode, your requests are sent through REST APIs provided by CodeArts Build.

CodeArts Build APIs can be accessed only after requests are authenticated. CodeArts Build supports two authentication modes:

  • Token: Requests are authenticated using tokens. By default, token authentication is required to access the CodeArts Build console.
  • AK/SK: Requests are encrypted using an AK/SK. This method is recommended because it provides higher security than token-based authentication. For operation details, see AK/SK Signing and Authentication Guide.
  • For more authentication details and how to obtain tokens and signatures, see Authentication.

Access Control

CodeArts Build supports access control through IAM permissions.

Table 1 CodeArts Build access control

Method

Description

Reference

Permission management

IAM permissions

IAM permissions define which actions on your cloud resources are allowed and which actions are denied, to control access to your resources. By default, new IAM users do not have any permissions assigned. New users must be added to one or more groups, and permissions policies or roles must be attached to these groups.

IAM Service Overview

Permission Description