pulumi-sdm


Namepulumi-sdm JSON
Version 0.4.2 PyPI version JSON
download
home_pagehttps://github.com/pierskarsenbarg/pulumi-sdm
SummaryA Pulumi package for creating and managing StrongDM cloud resources.
upload_time2023-04-11 10:33:03
maintainer
docs_urlNone
author
requires_python
licenseApache-2.0
keywords pulumi sdm category/cloud
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # StrongDM Resource Provider

The StrongDM Resource Provider lets you manage [StrongDM](http://strongdm.com) 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`:

```bash
npm install @pierskarsenbarg/sdm
```

or `yarn`:

```bash
yarn add @pierskarsenbarg/sdm
```

### Python

To use from Python, install using `pip`:

```bash
pip install pulumi-sdm
```

### Go

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

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

### .NET

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

```bash
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

<!-- ## Reference

For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/foo/api-docs/). -->
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pierskarsenbarg/pulumi-sdm",
    "name": "pulumi-sdm",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "pulumi sdm category/cloud",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/b1/a3/07cfaf7f5115c8908a28cb7864b7590d60e2b3fec4c6095d7d9cb32cab63/pulumi_sdm-0.4.2.tar.gz",
    "platform": null,
    "description": "# StrongDM Resource Provider\n\nThe StrongDM Resource Provider lets you manage [StrongDM](http://strongdm.com) resources.\n\n## Installing\n\nThis package is available for several languages/platforms:\n\n### Node.js (JavaScript/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n```bash\nnpm install @pierskarsenbarg/sdm\n```\n\nor `yarn`:\n\n```bash\nyarn add @pierskarsenbarg/sdm\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install pulumi-sdm\n```\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library:\n\n```bash\ngo get github.com/pierskarsenbarg/pulumi-sdm/sdk/go/...\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package PiersKarsenbarg.Sdm\n```\n\n## Configuration\n\nThe following configuration points are available for the `sdm` provider:\n\n- `sdm:apiAccessKey` (environment: `SDM_API_ACCESS_KEY`) - the API key for `Strong DM`\n- `sdm:apiSecretKey` (environment: `SDM_API_SECRET_KEY`) - the corresponding secret key for the above API key\n\n## Todo\n\n* Add Java language support\n* Add YAML language support\n\n<!-- ## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/foo/api-docs/). -->",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing StrongDM cloud resources.",
    "version": "0.4.2",
    "split_keywords": [
        "pulumi",
        "sdm",
        "category/cloud"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b1a307cfaf7f5115c8908a28cb7864b7590d60e2b3fec4c6095d7d9cb32cab63",
                "md5": "12b8af5a3945d2a9a434aa700a70c0a0",
                "sha256": "3b8673fa36e8ee8244eeea599c0300313d0641205bf157cdb42dc2be3fdf49c0"
            },
            "downloads": -1,
            "filename": "pulumi_sdm-0.4.2.tar.gz",
            "has_sig": false,
            "md5_digest": "12b8af5a3945d2a9a434aa700a70c0a0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 90621,
            "upload_time": "2023-04-11T10:33:03",
            "upload_time_iso_8601": "2023-04-11T10:33:03.419081Z",
            "url": "https://files.pythonhosted.org/packages/b1/a3/07cfaf7f5115c8908a28cb7864b7590d60e2b3fec4c6095d7d9cb32cab63/pulumi_sdm-0.4.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-11 10:33:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "pierskarsenbarg",
    "github_project": "pulumi-sdm",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-sdm"
}
        
Elapsed time: 0.05874s