Installation#

Setup#

To provision resources with the Pulumi Impart provider, you need to provide the token.

  • Login to https://console.impartsecurity.net. Under the Manage section click Settings => Access Tokens => New API access token. Select the scope read:org_api_access_tokens along with scopes for resources that will be managed by Pulumi.

Configuration Options#

Use pulumi config set impart:<option> --secret.

Option Required? Description
token Required This is the Impart API access token (environment: IMPART_TOKEN).
endpoint Optional The API URL used for Impart service. The default is https://api.impartsecurity.net. (environment: IMPART_ENDPOINT).

{{% notes type="warning" %}} You should use the --secret flag to encrypt the config values using your secret provider. For more information on this, view the Pulumi Configuration Secrets section in the Pulumi docs. {{% /notes %}}

Updated

Was this page helpful?