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

I cannot find the documentation to import `harbor_config_auth` even though it's mentioned in this issue #360 that it was implemented. Could you please point me to the documentation or add...

documentation

Add copy_by_chunk option to replication

When setting up the provider I required ENV variable setup but could not find those in the docs.

**Describe the bug** I want to add [user-group](https://github.com/goharbor/harbor/blob/main/src/common/rbac/const.go#L69) permissions to one of my robot account. But when I use the resource shown below I get the following error: ```shell harbor_robot_account.terraform:...

question

The `registry_id` output from `harbor_registry` is `/registries/`. The input expected by `harbor_project` for the field is `` [The proxy example in the documentation is not valid](https://registry.terraform.io/providers/goharbor/harbor/3.10.14/docs/resources/project#proxy) ``` harbor_project.projects["example"]: Refreshing state......

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.1 to 5.0.2. Release notes Sourced from actions/setup-go's releases. v5.0.2 What's Changed Bug fixes: Fix versions check failure by @​HarithaVattikuti in actions/setup-go#479 Dependency updates: Bump braces from...

dependencies
github_actions

Hello there, hope you could help me with this - or if we can manage to work on it together **Describe the bug** Given an OIDC (Keycloak) group name +...

**Feature Request: Support for Harbor Preheat API Configuration** **Is your feature request related to a problem? Please describe.** Currently, this provider does not support configuring the Harbor Preheat API. This...

enhancement

The email configuration was removed from harbor in v2.7.0. According to the `README.md` in this repository the supported versions are >2.9. Therefore this PR intends to remove the email configuration...

**Is your feature request related to a problem? Please describe.** From the documentation it is not clear what the default value is for the `insecure` property. **Describe the solution you'd...