pulumi-artifactory


Namepulumi-artifactory JSON
Version 8.6.1 PyPI version JSON
download
home_pageNone
SummaryA Pulumi package for creating and managing artifactory cloud resources.
upload_time2024-12-19 19:12:00
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
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/v8

### .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.

## 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.9",
    "maintainer_email": null,
    "keywords": "pulumi, artifactory",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/ad/3c/0c318496b207ed5284c9d9e25992481253c163496a069aacf8c78c7d4bc0/pulumi_artifactory-8.6.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/v8\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\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": "8.6.1",
    "project_urls": {
        "Homepage": "https://pulumi.io",
        "Repository": "https://github.com/pulumi/pulumi-artifactory"
    },
    "split_keywords": [
        "pulumi",
        " artifactory"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "07f317386d574ff140d8046f0b4d6b7a663dae395a55db98992a626b4071a481",
                "md5": "5850e847550539c80fa2c0a4bf9dfa17",
                "sha256": "69677d800e03ad4b582d4fc76ed2ddb81b18c7c99e0d13361f17ee55b54e723b"
            },
            "downloads": -1,
            "filename": "pulumi_artifactory-8.6.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5850e847550539c80fa2c0a4bf9dfa17",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 1784808,
            "upload_time": "2024-12-19T19:11:58",
            "upload_time_iso_8601": "2024-12-19T19:11:58.725002Z",
            "url": "https://files.pythonhosted.org/packages/07/f3/17386d574ff140d8046f0b4d6b7a663dae395a55db98992a626b4071a481/pulumi_artifactory-8.6.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ad3c0c318496b207ed5284c9d9e25992481253c163496a069aacf8c78c7d4bc0",
                "md5": "c320156b4b4524eeeb456c092d46233d",
                "sha256": "bb58613af72d80ad1a1d8e8b1570df76647b474ee95da2285a29e8fd68583548"
            },
            "downloads": -1,
            "filename": "pulumi_artifactory-8.6.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c320156b4b4524eeeb456c092d46233d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 1131768,
            "upload_time": "2024-12-19T19:12:00",
            "upload_time_iso_8601": "2024-12-19T19:12:00.653670Z",
            "url": "https://files.pythonhosted.org/packages/ad/3c/0c318496b207ed5284c9d9e25992481253c163496a069aacf8c78c7d4bc0/pulumi_artifactory-8.6.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-19 19:12:00",
    "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.41101s