snowdrop / godaddy-webhook

Cert Manager Godaddy Webhook performing ACME challenge using DNS record
Apache License 2.0
72 stars 62 forks source link

Error presenting challenge: secrets "godaddy-api-key" not found #41

Closed elythh closed 7 months ago

elythh commented 7 months ago

Hello, I am trying to get a wildcard certificate but I'm encountering an issue I can't seem to be able to fix.

Once arriving to the challenge, I get stuck with the following error

Error presenting challenge: secrets "godaddy-api-key" not found

Althought the secret is currently in the same namespace

 kg secret -n media
NAME                             TYPE                 DATA   AGE
wildcard-example-com-zb4ln         Opaque               1      13m
godaddy-api-key                  Opaque               1      10m

 kg challenges.acme.cert-manager.io -n media
NAME                                         STATE     DOMAIN      AGE
wildcard-example-com-1-2845708639-3787760156 pending example.com   12m

I'm not sure what could cause the secret not to be seen by the ACME Challenge

elythh commented 7 months ago

Nevermind ! https://github.com/cert-manager/cert-manager/issues/650#issuecomment-441850385 I got confused because in your README it says

Next, deploy it under the namespace where you would like to get your certificate/key signed by the ACME CA Authority

And I thought it meant the one where I will be creating the certificate.