pulumi-venafi


Namepulumi-venafi JSON
Version 1.10.5 PyPI version JSON
download
home_pageNone
SummaryA Pulumi package for creating and managing venafi cloud resources.
upload_time2024-12-13 18:06:13
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
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.9",
    "maintainer_email": null,
    "keywords": "pulumi, venafi",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/c1/28/42ecec85503b2b29fcdb8b6849634ed7eb0d41be16e6c720fb346d2f2dd8/pulumi_venafi-1.10.5.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.5",
    "project_urls": {
        "Homepage": "https://pulumi.io",
        "Repository": "https://github.com/pulumi/pulumi-venafi"
    },
    "split_keywords": [
        "pulumi",
        " venafi"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae5f2c18dbba22850d5afdb72a06f0c0d64a1e0b6c974ce5140d9ff427100839",
                "md5": "77f25632f1c87c667fa0bb2e66a250ed",
                "sha256": "72516fa1d5301feea565e4e98d61de76c72e575bc25ef62038096ecabc6b753d"
            },
            "downloads": -1,
            "filename": "pulumi_venafi-1.10.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "77f25632f1c87c667fa0bb2e66a250ed",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 34208,
            "upload_time": "2024-12-13T18:06:09",
            "upload_time_iso_8601": "2024-12-13T18:06:09.958320Z",
            "url": "https://files.pythonhosted.org/packages/ae/5f/2c18dbba22850d5afdb72a06f0c0d64a1e0b6c974ce5140d9ff427100839/pulumi_venafi-1.10.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c12842ecec85503b2b29fcdb8b6849634ed7eb0d41be16e6c720fb346d2f2dd8",
                "md5": "affb3ad9bccc531329bf653977581595",
                "sha256": "9b477387d70ef06b89153193f75372182c24e882c096890719d0f3e5b9cd646b"
            },
            "downloads": -1,
            "filename": "pulumi_venafi-1.10.5.tar.gz",
            "has_sig": false,
            "md5_digest": "affb3ad9bccc531329bf653977581595",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 26400,
            "upload_time": "2024-12-13T18:06:13",
            "upload_time_iso_8601": "2024-12-13T18:06:13.440016Z",
            "url": "https://files.pythonhosted.org/packages/c1/28/42ecec85503b2b29fcdb8b6849634ed7eb0d41be16e6c720fb346d2f2dd8/pulumi_venafi-1.10.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-13 18:06:13",
    "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.48555s