terraform-provider-harbor icon indicating copy to clipboard operation
terraform-provider-harbor copied to clipboard

A Terraform provider for Harbor. To configure and manage all aspects of your Harbor Container Registry with Terraform Infrastructure as Code.

Results 24 terraform-provider-harbor issues
Sort by recently updated
recently updated
newest added

Bumps [actions-js/push](https://github.com/actions-js/push) from 1.4 to 1.5. Release notes Sourced from actions-js/push's releases. v1.5 What's Changed Add ability to pull before push by @​flxdot in actions-js/push#23 :bug: :memo: Grammar fix by...

dependencies
github_actions

Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.9.0 to 1.10.0. Release notes Sourced from helm/kind-action's releases. v1.10.0 Requirements We changed to use wget instead of curl What's Changed Update kind to release v0.21.0 by...

dependencies
github_actions

**Describe the bug** When adding a "docker-hub" registry an error is thrown. **To Reproduce** 1. Attempt to add the following ``` resource "harbor_registry" "public-docker-hub" { name = "public-docker-hub" endpoint_url =...

question

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.19.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

dependencies
go

run acceptance tests on multiple version of harbor and terraform

documentation
github_actions

**Describe the bug** harbor_replications filter not working at all. **To Reproduce** Just try to use the example section listed in the document section (https://github.com/goharbor/terraform-provider-harbor/blob/main/docs/resources/replication.md), and you will see it does...

question

**Is your feature request related to a problem? Please describe.** Currently, group_type field can be either an integer (harbor_group resource) or a string value (harbor_project_member_group). We cannot easily reuse value...

When using LDAP as authentication method, users created by it may not be updated via `PUT /users/`, otherwise, a `409` is returned. However, it's still allowed to set a user's...

enhancement

**Is your feature request related to a problem? Please describe.** We have our harbor instance behind a company WAF which requires a custom header to get through. Tried to use...

enhancement

When reading a resource and its missing them remove from current state (this will then allow the desired state to recreate any of the missing resources) When deleting a resource...