godaddy-webhook icon indicating copy to clipboard operation
godaddy-webhook copied to clipboard

Cert Manager Godaddy Webhook performing ACME challenge using DNS record

Results 12 godaddy-webhook issues
Sort by recently updated
recently updated
newest added

Trying to install the application results in this error ``` $ helm install -n cert-manager godaddy-webhook ./deploy/helm Error: INSTALLATION FAILED: YAML parse error on godaddy-webhook/templates/rbac.yaml: error converting YAML to JSON:...

The helm chart can be installed without any issues, the problem arises when some CD tools (e.g. ArgoCD) need to deploy this helm, they need it properly packaged. To solve...

I am using cert-manager with my EKS cluster to generate Lets Encrypt certificates for my ALB using this webhook. While the certificate is generated just fine, the Ingress cannot find...

``` Error: YAML parse error on godaddy-webhook/templates/rbac.yaml: error converting YAML to JSON: yaml: line 9: did not find expected key Use --debug flag to render out invalid YAML ```

https://github.com/snowdrop/godaddy-webhook/blob/6bc57dff24aaa6c435db0aa3af2777d22e3409ac/deploy/helm/templates/rbac.yaml#L115 The line is indented too much (2 spaces plus 4 indentation = 6, needs 4). `__{{ include "godaddy-webhook.labels" . | indent 4 }}` Same with this line: https://github.com/snowdrop/godaddy-webhook/blob/6bc57dff24aaa6c435db0aa3af2777d22e3409ac/deploy/helm/templates/rbac.yaml#L131 Please...

I've been using the GoDaddy webhook with cert-manager on an on-prem cluster and I've encountered a situation that I'm hoping to get some clarification on. We're running an internal DNS...

## TODO Comment from #40 ``` Error: Command failed: DOCKER_BUILDKIT=1 docker buildx build -f Dockerfile -t [quay.io/snowdrop/cert-manager-webhook-godaddy:pr-40-0da9b20](http://quay.io/snowdrop/cert-manager-webhook-godaddy:pr-40-0da9b20) -t [quay.io/snowdrop/cert-manager-webhook-godaddy](http://quay.io/snowdrop/cert-manager-webhook-godaddy):latest --platform linux/amd64,linux/arm64 --push . I normally separate my CI job from...

enhancement

1. Don't run as root. 2. Apply securityContext 3. If it works, I can trust using your container more as it's forced to not run as root in more ways...

Error presenting challenge: godaddy.acme.amprajin.in is forbidden: User "system:serviceaccount:cert-manager:cert-manager" cannot create resource "godaddy" in API group "acme.amprajin.in" at the cluster scope ``` apiVersion: cert-manager.io/v1 kind: ClusterIssuer metadata: name: letsencrypt-prod spec: acme:...

question
wontfix

I am using cert-manager with my AKS cluster to generate Lets Encrypt certificates for my database using this webhook. Facing issue with certificate generation with error: secret not found in...

question