Impart Security v0.8.0 published on Monday, Nov 11, 2024 by Impart Security
Impart Security: Installation & Configuration
Impart Security v0.8.0 published on Monday, Nov 11, 2024 by Impart Security
Installation
The Pulumi Impart provider is available as a package from the following repositories:
- 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
Manage
section clickSettings => Access Tokens => New API access token
. Select the scoperead: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 ). |
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.Impart Security v0.8.0 published on Monday, Nov 11, 2024 by Impart Security