webhook-example
webhook-example copied to clipboard
A cert-manager sample repository for creating an ACME DNS01 solver webhook
My webhook doesn't work if there are no `_acme-challenge` TXT records in the DNS record initially. Cert-manager constantly tries to get this entry with this message until I manually add...
Bumps the go_modules group with 3 updates in the / directory: [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib), [golang.org/x/net](https://github.com/golang/net) and google.golang.org/protobuf. Updates `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc` from 0.45.0 to 0.46.0 Release notes Sourced from go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc's releases. Release v1.25.0/v0.50.0/v0.19.0/v0.5.0/v0.0.1 Added...
Hello, This PR adds imagePullSecrets to default values.yaml and deployment.yaml.
I have migrated my webhook to cert-manager v1.13.1. Now I get the provided apiKey printed, which I do not want to see in automatic test protocols... ``` $ TEST_ZONE_NAME=my.domain. make...
This empty file doesn't seem to be used, but exists in the repo still
Hi, I'm trying to implement Hetzner DNS API based on this sample, Everything is working as expected and the webhook issue the certificates normally, however, I'm getting this log error...
I've been following along with https://github.com/cert-manager/webhook-example/issues/3 and trying my best to build a solver using this example as a starting point. I think I've done ok and based on what...
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:...
https://github.com/cert-manager/webhook-example/blob/9ea71aef37e6d43d4ca4d57a0582f47f795e6d7f/main_test.go#L36-L37 It looks like the pull request https://github.com/cert-manager/cert-manager/pull/4835 was closed automatically. Is this comment to be removed and the code to be uncommented, or should the pull-request be re-opened ?
This is an incredibly minor thing but GitHub's template repository functionality would be perfectly suited for this repo. It'll allow an easy alternative to forking or setting up a new...