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 theARTIFACTORY_URLenvironment variable.artifactory:username- (Optional) Username for basic auth. Requires password to be set. Conflicts withapiKey, andaccessToken. This can also be sourced from theARTIFACTORY_USERNAMEenvironment variable.artifactory:password- (Optional) Password for basic auth. Requires username to be set. Conflicts withapiKey, andaccessToken. This can also be sourced from theARTIFACTORY_PASSWORDenvironment variable.artifactory:apiKey- (Optional) API key for api auth. UsesX-JFrog-Art-Apiheader. Conflicts withusername,password, andaccessToken. This can also be sourced from theARTIFACTORY_API_KEYenvironment variable.artifactory:accessToken- (Optional) API key for token auth. UsesAuthorization: Bearerheader. For xray functionality, this is the only auth method accepted. Conflicts withusernameandpassword, andapiKey. This can also be sourced from theARTIFACTORY_ACCESS_TOKENenvironment variable.
Reference
For further information, please visit the Artifactory provider docs or for detailed reference documentation, please visit the API docs.
Release files for pulumi-artifactory 8.11.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pulumi_artifactory-8.11.7.tar.gz | 1.4 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pulumi_artifactory-8.11.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 3.4 MB
Release files / pulumi_artifactory-8.11.7.tar.gz
| Download URL | pulumi_artifactory-8.11.7.tar.gz |
|---|---|
| Size | 1.4 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9fa76284626037b927c8af0b65638ac5f0a4abbd1fe8fd77746a3bef19380fbc
|
|
BLAKE2b-256 checksum How to use checksums |
ca4eea81b2f60deb70b22c7169424f7a6bf0005efe26435628498e8b515a901a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.15
|
Release files / pulumi_artifactory-8.11.7-py3-none-any.whl
| Download URL | pulumi_artifactory-8.11.7-py3-none-any.whl |
|---|---|
| Size | 2.1 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d40cd43060382a3f41fce8eba7642a6e9620572c30277e71a5c80847001d5b5f
|
|
BLAKE2b-256 checksum How to use checksums |
6cc48b22dbfd6478b73fa02d234bf60de1088984cb445bcf4b1324b2d46b6631
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.15
|