pulumi-artifactory


Namepulumi-artifactory JSON
Version 7.0.0 PyPI version JSON
download
home_pageNone
SummaryA Pulumi package for creating and managing artifactory cloud resources.
upload_time2024-06-10 16:53:44
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/15/d3/cc224d929725c2da824c17f1976b2dff740224e03f0ab593de5e9662c743/pulumi_artifactory-7.0.0.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": "7.0.0",
    "project_urls": {
        "Homepage": "https://pulumi.io",
        "Repository": "https://github.com/pulumi/pulumi-artifactory"
    },
    "split_keywords": [
        "pulumi",
        " artifactory"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8d1b31c24b760741d3b52de80f2fb34a30ce1a848d1491a984e9ec4e60cd16d3",
                "md5": "6117e913df30d15bd69350936e62d2f1",
                "sha256": "7eff0f69913def5c93ba56cbd1ab9ba3814936e425077ea2e4a5fada567022ba"
            },
            "downloads": -1,
            "filename": "pulumi_artifactory-7.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6117e913df30d15bd69350936e62d2f1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 1607604,
            "upload_time": "2024-06-10T16:53:41",
            "upload_time_iso_8601": "2024-06-10T16:53:41.188999Z",
            "url": "https://files.pythonhosted.org/packages/8d/1b/31c24b760741d3b52de80f2fb34a30ce1a848d1491a984e9ec4e60cd16d3/pulumi_artifactory-7.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "15d3cc224d929725c2da824c17f1976b2dff740224e03f0ab593de5e9662c743",
                "md5": "3dc4a5b75b9eec9b22425a5a37d9753c",
                "sha256": "cf7b58ff3630d2ca8c554f893c7f1892b841fce870bbc7f22ead857e6801ceec"
            },
            "downloads": -1,
            "filename": "pulumi_artifactory-7.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3dc4a5b75b9eec9b22425a5a37d9753c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 1014907,
            "upload_time": "2024-06-10T16:53:44",
            "upload_time_iso_8601": "2024-06-10T16:53:44.765368Z",
            "url": "https://files.pythonhosted.org/packages/15/d3/cc224d929725c2da824c17f1976b2dff740224e03f0ab593de5e9662c743/pulumi_artifactory-7.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-10 16:53:44",
    "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.26717s