🚀 DAY 3 OF LAUNCH WEEK: Introducing Webhook Events for Pull Request Scans.Learn more →
Socket
Book a DemoInstallSign in
Socket

@pulumiverse/harbor

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pulumiverse/harbor

A Pulumi package for creating and managing Harbor resources.

latest
Source
npmnpm
Version
3.10.21
Version published
Weekly downloads
247
-14.24%
Maintainers
3
Weekly downloads
 
Created
Source

Harbor Resource Provider

The Harbor Resource Provider lets you manage Harbor resources.

Installing

This package is available for several languages/platforms:

Node.js (JavaScript/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either npm:

npm install @pulumiverse/harbor

or yarn:

yarn add @pulumiverse/harbor

Python

To use from Python, install using pip:

pip install pulumiverse-harbor

Go

To use from Go, use go get to grab the latest version of the library:

go get github.com/pulumiverse/pulumi-harbor/sdk/v3

.NET

To use from .NET, install using dotnet add package:

dotnet add package Pulumiverse.Harbor

Configuration

The 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 errors
  • harbor:apiVersion - (Optional) Choose which version of the api you would like to use 1 or 2. Default is 2.

Reference

For detailed reference documentation, please visit the Pulumi registry.

Keywords

pulumi

FAQs

Package last updated on 30 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts