The Harbor Resource Provider lets you manage Harbor resources.
This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either npm:
npm install @pulumiverse/harboror yarn:
yarn add @pulumiverse/harborTo use from Python, install using pip:
pip install pulumiverse-harborTo use from Go, use go get to grab the latest version of the library:
go get github.com/pulumiverse/pulumi-harbor/sdk/v3To use from .NET, install using dotnet add package:
dotnet add package Pulumiverse.HarborThe following configuration points are available for the harbor provider:
harbor:url- (Required) The url of the harbor.harbor:username- (Required) The username to be used to access harbor.harbor:password- (Required) The password to be used to access harbor.harbor:insecure- (Optional) Choose to ignore certificate errorsharbor:apiVersion- (Optional) Choose which version of the api you would like to use1or2. Default is2.
For detailed reference documentation, please visit the Pulumi registry.