Name | pulumi-artifactory JSON |
Version |
8.7.1
JSON |
| download |
home_page | None |
Summary | A Pulumi package for creating and managing artifactory cloud resources. |
upload_time | 2025-01-15 12:35:40 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | Apache-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/cd/3b/3c476ca8245fe63f9571f6431d424ca41835e9c5588d605d4c4230fe89a1/pulumi_artifactory-8.7.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.7.1",
"project_urls": {
"Homepage": "https://pulumi.io",
"Repository": "https://github.com/pulumi/pulumi-artifactory"
},
"split_keywords": [
"pulumi",
" artifactory"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "92822efe379372d48673a1bbd9b25d2820ceb9cbbeba5765486fb618a79a2f5c",
"md5": "c23636269d740236d4b0282c0eba4193",
"sha256": "3dcf893cd1fdebef6b13d2f28e070a0050808f98227185687b513162a557fef5"
},
"downloads": -1,
"filename": "pulumi_artifactory-8.7.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c23636269d740236d4b0282c0eba4193",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 1794913,
"upload_time": "2025-01-15T12:35:38",
"upload_time_iso_8601": "2025-01-15T12:35:38.839054Z",
"url": "https://files.pythonhosted.org/packages/92/82/2efe379372d48673a1bbd9b25d2820ceb9cbbeba5765486fb618a79a2f5c/pulumi_artifactory-8.7.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cd3b3c476ca8245fe63f9571f6431d424ca41835e9c5588d605d4c4230fe89a1",
"md5": "0feb627de45772ec0057f90a9d5ae168",
"sha256": "595c3d28001582229411bf2ae03e5cc0bf7f39561d63bef34290a8e7487bd167"
},
"downloads": -1,
"filename": "pulumi_artifactory-8.7.1.tar.gz",
"has_sig": false,
"md5_digest": "0feb627de45772ec0057f90a9d5ae168",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 1138252,
"upload_time": "2025-01-15T12:35:40",
"upload_time_iso_8601": "2025-01-15T12:35:40.868446Z",
"url": "https://files.pythonhosted.org/packages/cd/3b/3c476ca8245fe63f9571f6431d424ca41835e9c5588d605d4c4230fe89a1/pulumi_artifactory-8.7.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-15 12:35:40",
"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"
}