-
Notifications
You must be signed in to change notification settings - Fork 371
Open
Description
Hello!
The DNS Validation tutorial page mentions the apiKeySecretRef
key to reference the secret containing the Cloudflare API token, which is wrong and leads to this error:
E1030 00:00:39.459978 1 controller.go:157] "re-queuing item due to error processing" err=<
while attempting to find Zones for domain _acme-challenge.example.com.
while querying the Cloudflare API for GET "/zones?name=_acme-challenge.example.com"
Error: 6003: Invalid request headers<- 6103: Invalid format for X-Auth-Key header
> logger="cert-manager.controller"
The correct key to use, as described here, is apiTokenSecretRef
.
Cheers
Metadata
Metadata
Assignees
Labels
No labels