1. Packages
  2. Impart Security
  3. Installation & Configuration
Impart Security v0.4.0 published on Wednesday, Apr 10, 2024 by Impart Security

Impart Security: Installation & Configuration

impart logo
Impart Security v0.4.0 published on Wednesday, Apr 10, 2024 by Impart Security

    Installation

    The Pulumi Impart provider is available as a package from the following repositories:

    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.

    OptionRequired?Description
    tokenRequiredThis is the Impart API access token (environment: IMPART_TOKEN).
    endpointOptionalThe 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 logo
    Impart Security v0.4.0 published on Wednesday, Apr 10, 2024 by Impart Security