pulumi-artifactory


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

# Artifactory Resource Provider

The Artifactory Resource Provider lets you manage Artifactory 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/artifactory

or `yarn`:

    $ yarn add @pulumi/artifactory

### Python

To use from Python, install using `pip`:

    $ pip install pulumi_artifactory

### Go

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

    $ go get github.com/pulumi/pulumi-artifactory/sdk/v6

### .NET

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

    $ dotnet add package Pulumi.Artifactory

## Configuration

The following configuration points are available:

- `artifactory:url` - (Required) URL of Artifactory. This can also be sourced from the `ARTIFACTORY_URL` environment variable.
- `artifactory:username` - (Optional) Username for basic auth. Requires password to be set. Conflicts with `apiKey`, 
  and `accessToken`. This can also be sourced from the `ARTIFACTORY_USERNAME` environment variable.
- `artifactory:password` - (Optional) Password for basic auth. Requires username to be set. Conflicts with `apiKey`, 
  and `accessToken`. This can also be sourced from the `ARTIFACTORY_PASSWORD` environment variable.
- `artifactory:apiKey` - (Optional) API key for api auth. Uses `X-JFrog-Art-Api` header. Conflicts with `username`, 
  `password`, and `accessToken`. This can also be sourced from the `ARTIFACTORY_API_KEY` environment variable.
- `artifactory:accessToken` - (Optional) API key for token auth. Uses `Authorization: Bearer` header. For xray 
  functionality, this is the only auth method accepted. Conflicts with `username` and `password`, and `apiKey`. This can
  also be sourced from the `ARTIFACTORY_ACCESS_TOKEN` environment variable.
- `artifactory:checkLicense` - (Optional) Toggle for pre-flight checking of Artifactory Pro and Enterprise license. Default to `true`.

## Reference

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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pulumi-artifactory",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "pulumi, artifactory",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/23/65/8f91239fd52081dd4f66829401bf6ebf53fc03de40c54428e262220e2761/pulumi_artifactory-6.8.1.tar.gz",
    "platform": null,
    "description": "[![Actions Status](https://github.com/pulumi/pulumi-artifactory/workflows/main/badge.svg)](https://github.com/pulumi/pulumi-artifactory/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%2Fartifactory.svg)](https://www.npmjs.com/package/@pulumi/artifactory)\n[![Python version](https://badge.fury.io/py/pulumi-artifactory.svg)](https://pypi.org/project/pulumi-artifactory)\n[![NuGet version](https://badge.fury.io/nu/pulumi.artifactory.svg)](https://badge.fury.io/nu/pulumi.artifactory)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-artifactory/sdk/go)](https://pkg.go.dev/github.com/pulumi/pulumi-artifactory/sdk/go)\n[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-artifactory/blob/main/LICENSE)\n\n# Artifactory Resource Provider\n\nThe Artifactory Resource Provider lets you manage Artifactory 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/artifactory\n\nor `yarn`:\n\n    $ yarn add @pulumi/artifactory\n\n### Python\n\nTo use from Python, install using `pip`:\n\n    $ pip install pulumi_artifactory\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-artifactory/sdk/v6\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n    $ dotnet add package Pulumi.Artifactory\n\n## Configuration\n\nThe following configuration points are available:\n\n- `artifactory:url` - (Required) URL of Artifactory. This can also be sourced from the `ARTIFACTORY_URL` environment variable.\n- `artifactory:username` - (Optional) Username for basic auth. Requires password to be set. Conflicts with `apiKey`, \n  and `accessToken`. This can also be sourced from the `ARTIFACTORY_USERNAME` environment variable.\n- `artifactory:password` - (Optional) Password for basic auth. Requires username to be set. Conflicts with `apiKey`, \n  and `accessToken`. This can also be sourced from the `ARTIFACTORY_PASSWORD` environment variable.\n- `artifactory:apiKey` - (Optional) API key for api auth. Uses `X-JFrog-Art-Api` header. Conflicts with `username`, \n  `password`, and `accessToken`. This can also be sourced from the `ARTIFACTORY_API_KEY` environment variable.\n- `artifactory:accessToken` - (Optional) API key for token auth. Uses `Authorization: Bearer` header. For xray \n  functionality, this is the only auth method accepted. Conflicts with `username` and `password`, and `apiKey`. This can\n  also be sourced from the `ARTIFACTORY_ACCESS_TOKEN` environment variable.\n- `artifactory:checkLicense` - (Optional) Toggle for pre-flight checking of Artifactory Pro and Enterprise license. Default to `true`.\n\n## Reference\n\nFor further information, please visit [the Artifactory provider docs](https://www.pulumi.com/docs/intro/cloud-providers/artifactory)\nor for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/artifactory).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing artifactory cloud resources.",
    "version": "6.8.1",
    "project_urls": {
        "Homepage": "https://pulumi.io",
        "Repository": "https://github.com/pulumi/pulumi-artifactory"
    },
    "split_keywords": [
        "pulumi",
        " artifactory"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f1a8641144ed0c047cc5ed7ce5513cdef5316c209f255048e066baf07f0bc868",
                "md5": "41178273e615ebfff5fc16179904a2df",
                "sha256": "f51f9c42733cc8272fe74d81a91f34c71889a81eb25df452b4bb7378f7d22856"
            },
            "downloads": -1,
            "filename": "pulumi_artifactory-6.8.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "41178273e615ebfff5fc16179904a2df",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 1607583,
            "upload_time": "2024-05-24T16:43:28",
            "upload_time_iso_8601": "2024-05-24T16:43:28.033382Z",
            "url": "https://files.pythonhosted.org/packages/f1/a8/641144ed0c047cc5ed7ce5513cdef5316c209f255048e066baf07f0bc868/pulumi_artifactory-6.8.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23658f91239fd52081dd4f66829401bf6ebf53fc03de40c54428e262220e2761",
                "md5": "40a734b10edfc2bf299c899cb01ed2ad",
                "sha256": "2c061b30fe42c608d5968dbdb20b3dc3336a8d6ee9dea5d406706a5928316027"
            },
            "downloads": -1,
            "filename": "pulumi_artifactory-6.8.1.tar.gz",
            "has_sig": false,
            "md5_digest": "40a734b10edfc2bf299c899cb01ed2ad",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 1014939,
            "upload_time": "2024-05-24T16:43:32",
            "upload_time_iso_8601": "2024-05-24T16:43:32.237365Z",
            "url": "https://files.pythonhosted.org/packages/23/65/8f91239fd52081dd4f66829401bf6ebf53fc03de40c54428e262220e2761/pulumi_artifactory-6.8.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-24 16:43:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pulumi",
    "github_project": "pulumi-artifactory",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-artifactory"
}
        
Elapsed time: 0.31495s