pulumi-venafi


Namepulumi-venafi JSON
Version 1.10.0 PyPI version JSON
download
home_pageNone
SummaryA Pulumi package for creating and managing venafi cloud resources.
upload_time2024-06-12 17:38:39
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-2.0
keywords pulumi venafi
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Actions Status](https://github.com/pulumi/pulumi-venafi/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-venafi/actions)
[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
[![NPM version](https://badge.fury.io/js/%40pulumi%2Fvenafi.svg)](https://www.npmjs.com/package/@pulumi/venafi)
[![Python version](https://badge.fury.io/py/pulumi-venafi.svg)](https://pypi.org/project/pulumi-venafi)
[![NuGet version](https://badge.fury.io/nu/pulumi.venafi.svg)](https://badge.fury.io/nu/pulumi.venafi)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-venafi/sdk/go)](https://pkg.go.dev/github.com/pulumi/pulumi-venafi/sdk/go)
[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-venafi/blob/master/LICENSE)

# Venafi Resource Provider

The Venafi Resource Provider lets you manage Venafi resources.

## Installing

This package is available in many languages in the standard packaging formats.

### Node.js (Java/TypeScript)

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

    $ npm install @pulumi/venafi

or `yarn`:

    $ yarn add @pulumi/venafi

### Python

To use from Python, install using `pip`:

    $ pip install pulumi_venafi

### Go

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

    $ go get github.com/pulumi/pulumi-venafi/sdk

### .NET

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

    $ dotnet add package Pulumi.Venafi

## Configuration

The following configuration points are available:

- `venafi:zone` - (Optional) Zone ID for Venafi Cloud or policy folder for Venafi Platform.  
  It can also be sourced from the `VENAFI_ZONE` environment variable.
- `venafi:url` - (Optional) Venafi URL (e.g. `https://tpp.venafi.example`). It can also be sourced
  from the `VENAFI_URL` environment variable.
- `venafi:accessToken` - (Optional) authentication token for the API Application 
  (applies only to Venafi Platform). It can also be sourced  from the `VENAFI_TOKEN` environment variable.
- `venafi:apiKey` - (Optional) REST API key for authentication (applies only to Venafi Cloud).
  It can also be sourced  from the `VENAFI_API` environment variable.
- `venafi:tppUsername` - (Optional) WebSDK account username for authentication (applies only to Venafi Platform).
  It can also be sourced  from the `VENAFI_USER` environment variable.
- `venafi:tppPassword` - (Optional) WebSDK account password for authentication (applies only to Venafi Platform).
  It can also be sourced  from the `VENAFI_PASS` environment variable.
- `venafi:trustBundle` - (Optional) PEM trust bundle for Venafi Platform server certificate.
- `venafi:devMode` - (Optional) When `true` will test the provider without connecting to Venafi Platform or Venafi Cloud.
  It can also be sourced  from the `VENAFI_DEVMODE` environment variable.

## Reference

For further information, please visit [the Venafi provider docs](https://www.pulumi.com/docs/intro/cloud-providers/venafi)
or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/venafi).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pulumi-venafi",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "pulumi, venafi",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/bf/42/5b52deb729c0e7b998afdb4b33693ac04c197546b2a69d8029f0176dbe8d/pulumi_venafi-1.10.0.tar.gz",
    "platform": null,
    "description": "[![Actions Status](https://github.com/pulumi/pulumi-venafi/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-venafi/actions)\n[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)\n[![NPM version](https://badge.fury.io/js/%40pulumi%2Fvenafi.svg)](https://www.npmjs.com/package/@pulumi/venafi)\n[![Python version](https://badge.fury.io/py/pulumi-venafi.svg)](https://pypi.org/project/pulumi-venafi)\n[![NuGet version](https://badge.fury.io/nu/pulumi.venafi.svg)](https://badge.fury.io/nu/pulumi.venafi)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-venafi/sdk/go)](https://pkg.go.dev/github.com/pulumi/pulumi-venafi/sdk/go)\n[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-venafi/blob/master/LICENSE)\n\n# Venafi Resource Provider\n\nThe Venafi Resource Provider lets you manage Venafi resources.\n\n## Installing\n\nThis package is available in many languages in the standard packaging formats.\n\n### Node.js (Java/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n    $ npm install @pulumi/venafi\n\nor `yarn`:\n\n    $ yarn add @pulumi/venafi\n\n### Python\n\nTo use from Python, install using `pip`:\n\n    $ pip install pulumi_venafi\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library\n\n    $ go get github.com/pulumi/pulumi-venafi/sdk\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n    $ dotnet add package Pulumi.Venafi\n\n## Configuration\n\nThe following configuration points are available:\n\n- `venafi:zone` - (Optional) Zone ID for Venafi Cloud or policy folder for Venafi Platform.  \n  It can also be sourced from the `VENAFI_ZONE` environment variable.\n- `venafi:url` - (Optional) Venafi URL (e.g. `https://tpp.venafi.example`). It can also be sourced\n  from the `VENAFI_URL` environment variable.\n- `venafi:accessToken` - (Optional) authentication token for the API Application \n  (applies only to Venafi Platform). It can also be sourced  from the `VENAFI_TOKEN` environment variable.\n- `venafi:apiKey` - (Optional) REST API key for authentication (applies only to Venafi Cloud).\n  It can also be sourced  from the `VENAFI_API` environment variable.\n- `venafi:tppUsername` - (Optional) WebSDK account username for authentication (applies only to Venafi Platform).\n  It can also be sourced  from the `VENAFI_USER` environment variable.\n- `venafi:tppPassword` - (Optional) WebSDK account password for authentication (applies only to Venafi Platform).\n  It can also be sourced  from the `VENAFI_PASS` environment variable.\n- `venafi:trustBundle` - (Optional) PEM trust bundle for Venafi Platform server certificate.\n- `venafi:devMode` - (Optional) When `true` will test the provider without connecting to Venafi Platform or Venafi Cloud.\n  It can also be sourced  from the `VENAFI_DEVMODE` environment variable.\n\n## Reference\n\nFor further information, please visit [the Venafi provider docs](https://www.pulumi.com/docs/intro/cloud-providers/venafi)\nor for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/venafi).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing venafi cloud resources.",
    "version": "1.10.0",
    "project_urls": {
        "Homepage": "https://pulumi.io",
        "Repository": "https://github.com/pulumi/pulumi-venafi"
    },
    "split_keywords": [
        "pulumi",
        " venafi"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4f811c1b42facec0424cb6b40c41a1ea645bb22403276d46126aa13882ec7426",
                "md5": "beb7af1da3d111a3ac4f1075ed2344e3",
                "sha256": "a3f076df782d8c07ac8ca8baf09854f4a5b65eba0803ceae73e609563ba43bd3"
            },
            "downloads": -1,
            "filename": "pulumi_venafi-1.10.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "beb7af1da3d111a3ac4f1075ed2344e3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 32411,
            "upload_time": "2024-06-12T17:38:37",
            "upload_time_iso_8601": "2024-06-12T17:38:37.446633Z",
            "url": "https://files.pythonhosted.org/packages/4f/81/1c1b42facec0424cb6b40c41a1ea645bb22403276d46126aa13882ec7426/pulumi_venafi-1.10.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf425b52deb729c0e7b998afdb4b33693ac04c197546b2a69d8029f0176dbe8d",
                "md5": "e036175af5919ef6ffec98c2b1f20df6",
                "sha256": "ec999b01880bdd33fa6e0639a4586764e52ca3f942916a458fc92004bbb6c1cf"
            },
            "downloads": -1,
            "filename": "pulumi_venafi-1.10.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e036175af5919ef6ffec98c2b1f20df6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 24749,
            "upload_time": "2024-06-12T17:38:39",
            "upload_time_iso_8601": "2024-06-12T17:38:39.669024Z",
            "url": "https://files.pythonhosted.org/packages/bf/42/5b52deb729c0e7b998afdb4b33693ac04c197546b2a69d8029f0176dbe8d/pulumi_venafi-1.10.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-12 17:38:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pulumi",
    "github_project": "pulumi-venafi",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-venafi"
}
        
Elapsed time: 0.31649s