Installation#
- JavaScript/TypeScript:
@impart-security/pulumi-impart - Go:
github.com/impart-security/pulumi-impart/sdk/go/impart
Setup#
To provision resources with the Pulumi Impart provider, you need to provide the token.
- Login to https://console.impartsecurity.net. Under the
Managesection clickSettings => Access Tokens => New API access token. Select the scoperead:org_api_access_tokensalong 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 %}}