harbor-container-webhook icon indicating copy to clipboard operation
harbor-container-webhook copied to clipboard

mutating webhook which rewrites container images to use a Harbor proxy cache

Results 7 harbor-container-webhook issues
Sort by recently updated
recently updated
newest added

The webhook template is missing the possibility to set a custom caBundle.

When using a private registry with credentials available in `authSecretName` and when defining `checkUpstream: true`, the webhook fails to read the secret and indicates that a permission to read them...

Hello, i was checking out your webhook and had some "problems" because of security measures on our site. Your helm repository does some redirects: * https://indeedeng.github.io/harbor-container-webhook/ * http://opensource.indeedeng.io/harbor-container-webhook/ * https://opensource.indeedeng.io/harbor-container-webhook/...

I followed the steps to install container webhook via HELM : Option 1: Install from chart repository helm repo add harbor-container-webhook https://indeedeng.github.io/harbor-container-webhook/ helm install harbor-container-webhook harbor-container-webhook/harbor-container-webhook -n harbor-container-webhook --create-namespace I...

Firstly, thank you for this project, it really is awesome! We have multiple isolated K8s clusters, with separate Harbor instances in each one, accessible on different domains. It would be...

Error response from daemon: Head "https://ghcr.io/v2/indeedeng/jfrog-container-webhook/manifests/main": denied

I've been trying install the harbor-container webhook in GKE autopilot or standard. webhook-config.yaml: ``` port: 9443 certDir: "/etc/hcw/certs" metricsAddr: ":8080" healthAddr: ":8090" verbose: false rules: - name: 'docker.io rewrite rule'...