Integrate NCP to CloudOps

This guide walks you through connecting an NCP (Naver Cloud Platform) account to CloudOps for resource collection.

Prerequisites

Before connecting an NCP account to CloudOps, you must set up the API authentication keys in the NCP portal.

The Access Key and Secret Key issued from the NCP portal are required for the Credentials section below.

Account Type

NCP supports only the General Account type with Direct (Access Key) connection method. Unlike AWS, Azure, or Google Cloud, NCP does not support Root Account or Delegated (Assumed Role) connections.

ℹ️
NCP does not provide a cross-account delegation mechanism (like AWS AssumeRole). Each NCP account is registered individually with its own API authentication keys.

Register a Cloud Account

In the CloudOps console, navigate to [Settings > Cloud Account] and click the [Connect Account] dropdown. Select General Account to open the registration page.

The registration page consists of a 4-step accordion wizard (Provider → Account Info → Verify → Save), with a Progress panel on the right to track your status.

Select Provider

Select NCP and click [Next].

Enter Account Information

Since NCP only supports Direct (Access Key) connection, no connection method selection is required. Enter the following information:

FieldRequiredDescription
Account NameYesA display name for this NCP account in CloudOps.
DescriptionNoOptional description for the account.
Member No.YesThe NCP member number, auto-filled from the account to register.

Enter Credentials

Enter the API authentication keys to access resources. You can use Input Form to enter fields individually, or Json Code to paste the credentials as JSON.

Input Form — enter the values from the NCP portal:

FieldRequiredDescription
Access KeyYesAPI Access Key issued from the NCP portal.
Secret KeyYesAPI Secret Key paired with the Access Key. Masked in the UI.
Platform TypeYesNCP platform type: PUB (Public), GOV (Government), or FIN (Finance).

Json Code — paste the API authentication keys issued from the NCP portal as JSON:

ℹ️
API authentication keys are created in the NCP portal under My Page > Manage Auth Key. See Set up NCP Account for detailed instructions.

Verify

CloudOps verifies the entered credentials through Credential Format Verification and Account Validity Check. Once verification succeeds, proceed to the next step.

⚠️

If verification fails, check the following:

  • Credentials: Confirm that the Access Key and Secret Key are correct and active.
  • Verification permission: Account validity check calls the NCP sub-account list API. The API key must have sufficient permissions.
  • Platform type: Ensure the selected platform type (PUB / GOV / FIN) matches your NCP subscription.

Save

Review the Basic Info and Credentials summary, then click [Connect] to complete. Once saved, the integration is complete and resource collection begins.

v1.7.0