CnspecCloud
To run the cnspec Packer plugin in registered mode, you need a Base64-encoded Mondoo Platform service account.
-
Navigate to the space in which you want to create a service account.
-
In the left navigation, select Settings, then select the Service Accounts tab.
-
Select the purple plus sign to add a new service account.
-
Provide a Name and (optionally) a Description.
-
Under Permissions, select Agent, then select Generate Service Account.
-
Copy the Base64-encoded credentials to your clipboard.
-
In the terminal where you'll run Packer, export the credentials:
export MONDOO_CONFIG_BASE64=<paste Base64-encoded token>