All Products
Search
Document Center

:Grant permissions to the MSE Ingress Controller

Last Updated:Apr 25, 2026

To access a Service in an ACK cluster via an MSE ingress, you must grant the MSE Ingress Controller the required permissions to access MSE before deploying the Service. This topic describes how to grant permissions to the MSE Ingress Controller for an ACK managed cluster and an ACK dedicated cluster.

Grant permissions for ACK managed or Serverless clusters

You can grant permissions to the MSE Ingress Controller in an ACK managed cluster or an ACK Serverless cluster in one of two ways.

  • To use an MSE ingress in an existing ACK managed cluster or ACK Serverless cluster, see Method 1.

  • To use an MSE ingress when creating a new ACK managed cluster or ACK Serverless cluster, see Method 2.

Method 1: Grant permissions in add-ons

When you install the MSE Ingress Controller from the Add-ons page, a permission check is automatically performed. If the Pre-check Failed message appears, follow these steps.

  1. Hover over the Pre-check Failed message and click View Check Report.

    image.png

  2. On the Check Report page, click the red box under Exception, and then click the link in the panel that appears.

    image.png

  3. On the Quick Authorization for Access Control page, click Confirm Authorization.

    image

  4. Reinstall the add-on.

Method 2: During cluster creation

  1. When you install the MSE Ingress Controller during cluster creation, navigate to the Component Configurations step. In the Dependency Check section, find the MSE Ingress Role Authorization Check. If its Status is Not Passed, click Go to Authorize.

    image.png

  2. On the Quick Authorization for Access Control page, click Confirm Authorization.

    image.png

  3. After the authorization is complete, return to the Component Configurations page and click Recheck. After the check passes, click Create Cluster.

Method 1: Grant permissions when creating a cluster

  1. During cluster creation, go to the Confirm Order step. In the Dependency Check section, check the status of MSE Ingress Authorization Check. If Failed is displayed, click Authorize Now.

    Dependency Check section showing MSE Ingress Authorization Check in an ACS cluster

  2. On the RAM Quick Authorization page, click Authorize.

    image

  3. Return to the Confirm Order step and click Re-check. If the check passes, click Create Cluster.

Related documents