Skip to content

Authentication

Bojana Dobran edited this page Jun 28, 2021 · 3 revisions

Before you can start deploying servers, you need to create a BMC account. Go to this page to do so.

Once you gain access to the BMC portal, navigate to the API Credentials tab on the left.

Click on Create Credentials button and fill in the credential name and description. Also, specify the permission scope by selecting bmc. This option will allow you to use all BMC API calls without limitations.

From the pop-up, copy the clientID and clientSecret values and paste them into a file called config.yaml. You need to create this file in the user's home directory.

  • File path on Linux: /.pnap/config.yaml
  • File path on Windows: \AppData\Roaming\pnap\config.yaml.

The config file should contain only two lines of code:

clientId: <paste your client ID here>
clientSecret: <paste your secret here>
Clone this wiki locally