JSPM

  • Created
  • Published
  • Downloads 298
  • Score
    100M100P100Q104953F
  • License Apache-2.0

A Pulumi package for creating and managing StrongDM cloud resources.

Package Exports

  • @pierskarsenbarg/sdm
  • @pierskarsenbarg/sdm/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@pierskarsenbarg/sdm) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

StrongDM Resource Provider

The StrongDM Resource Provider lets you manage StrongDM resources.

Installing

This package is available for several languages/platforms:

Node.js (JavaScript/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either npm:

npm install @pierskarsenbarg/sdm

or yarn:

yarn add @pierskarsenbarg/sdm

Python

To use from Python, install using pip:

pip install pierskarsenbarg-pulumi-sdm

Go

To use from Go, use go get to grab the latest version of the library:

go get github.com/pierskarsenbarg/pulumi-sdm/sdk/go/...

.NET

To use from .NET, install using dotnet add package:

dotnet add package PiersKarsenbarg.Sdm

Configuration

The following configuration points are available for the sdm provider:

  • sdm:apiAccessKey (environment: SDM_API_ACCESS_KEY) - the API key for Strong DM
  • sdm:apiSecretKey (environment: SDM_API_SECRET_KEY) - the corresponding secret key for the above API key

Todo

  • Add Java language support
  • Add YAML language support