1. Packages
  2. StrongDM
  3. Installation & Configuration
StrongDM v1.26.0 published on Friday, Mar 21, 2025 by Piers Karsenbarg

StrongDM: Installation & Configuration

StrongDM v1.26.0 published on Friday, Mar 21, 2025 by Piers Karsenbarg

Installation

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

Setup

To provision resources with the Pulumi StrongDM provider, you need to provide the apiAccessKey and apiSecretKey.

Configuration Options

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

OptionRequired/OptionalDescription
apiAccessKeyRequiredThis is the user id that should be used to make the connection (environment: SDM_API_ACCESS_KEY).
apiSecretKeyRequiredThis is the password that should be used to make the connection (environment: SDM_API_SECRET_KEY).
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.
StrongDM v1.26.0 published on Friday, Mar 21, 2025 by Piers Karsenbarg