# Harbor Resource Provider
The Harbor Resource Provider lets you manage [Harbor](https://goharbor.io) 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`:
```bash
npm install @pulumiverse/harbor
```
or `yarn`:
```bash
yarn add @pulumiverse/harbor
```
### Python
To use from Python, install using `pip`:
```bash
pip install pulumiverse-harbor
```
### Go
To use from Go, use `go get` to grab the latest version of the library:
```bash
go get github.com/pulumiverse/pulumi-harbor/sdk/v3
```
### .NET
To use from .NET, install using `dotnet add package`:
```bash
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](https://www.pulumi.com/registry/packages/harbor/api-docs/).
Raw data
{
"_id": null,
"home_page": "https://www.pulumi.com",
"name": "pulumiverse-harbor",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "pulumi harbor category/utility",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/9e/4d/07a65b555777a198cb1d1d6c35147d5126b4d8d765553644f3cbf24cd839/pulumiverse_harbor-3.10.17.tar.gz",
"platform": null,
"description": "# Harbor Resource Provider\n\nThe Harbor Resource Provider lets you manage [Harbor](https://goharbor.io) resources.\n\n## Installing\n\nThis package is available for several languages/platforms:\n\n### Node.js (JavaScript/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n```bash\nnpm install @pulumiverse/harbor\n```\n\nor `yarn`:\n\n```bash\nyarn add @pulumiverse/harbor\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install pulumiverse-harbor\n```\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library:\n\n```bash\ngo get github.com/pulumiverse/pulumi-harbor/sdk/v3\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package Pulumiverse.Harbor\n```\n\n## Configuration\n\nThe following configuration points are available for the `harbor` provider:\n\n- `harbor:url` - (Required) The url of the harbor.\n- `harbor:username` - (Required) The username to be used to access harbor.\n- `harbor:password` - (Required) The password to be used to access harbor.\n- `harbor:insecure` - (Optional) Choose to ignore certificate errors\n- `harbor:apiVersion` - (Optional) Choose which version of the api you would like to use `1` or `2`. Default is `2`.\n\n## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/harbor/api-docs/).\n\n\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "A Pulumi package for creating and managing Harbor resources.",
"version": "3.10.17",
"project_urls": {
"Homepage": "https://www.pulumi.com",
"Repository": "https://github.com/pulumiverse/pulumi-harbor"
},
"split_keywords": [
"pulumi",
"harbor",
"category/utility"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9e4d07a65b555777a198cb1d1d6c35147d5126b4d8d765553644f3cbf24cd839",
"md5": "07ba5debe90308338e69add68cc35d90",
"sha256": "65f419cfcc21600e8e97a0e605c6ecb298247e2f6ea548baab984e02e6f47a06"
},
"downloads": -1,
"filename": "pulumiverse_harbor-3.10.17.tar.gz",
"has_sig": false,
"md5_digest": "07ba5debe90308338e69add68cc35d90",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 44864,
"upload_time": "2024-12-23T20:30:07",
"upload_time_iso_8601": "2024-12-23T20:30:07.798294Z",
"url": "https://files.pythonhosted.org/packages/9e/4d/07a65b555777a198cb1d1d6c35147d5126b4d8d765553644f3cbf24cd839/pulumiverse_harbor-3.10.17.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-23 20:30:07",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pulumiverse",
"github_project": "pulumi-harbor",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pulumiverse-harbor"
}