Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

controller.go:131] cert-manager/controller/challenges "msg"="re-queuing item due to error processing" "error"="Cloudflare API Error \n\t Error: 6003: Invalid request headers\u003c- 6103: Invalid format for X-Auth-Key header" "key"="monitor-api/all.api.eosasia.one-3316827228-3059390612-2382995675" #2384

Closed
zhaochenglan opened this issue Nov 20, 2019 · 6 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@zhaochenglan
Copy link

Bugs should be filed for issues encountered whilst operating cert-manager.
You should first attempt to resolve your issues through the community support
channels, e.g. Slack, in order to rule out individual configuration errors.
Please provide as much detail as possible.

Describe the bug:
A clear and concise description of what the bug is.

i created Issure of cloudflare

controller.go:131] cert-manager/controller/challenges "msg"="re-queuing item  due to error processing" "error"="Cloudflare API Error \n\t Error: 6003: Invalid request headers\u003c- 6103: Invalid format for X-Auth-Key header" "key"="monitor-api/all.api.eosasia.one-3316827228-3059390612-2382995675"

Expected behaviour:
A concise description of what you expected to happen.

Steps to reproduce the bug:
Steps to reproduce the bug should be clear and easily reproducible to help people
gain an understanding of the problem.

Anything else we need to know?:

Environment details::

  • Kubernetes version (e.g. v1.10.2):
  • Cloud-provider/provisioner (e.g. GKE, kops AWS, etc):
  • cert-manager version (e.g. v0.4.0):
  • Install method (e.g. helm or static manifests):

/kind bug

@jetstack-bot jetstack-bot added the kind/bug Categorizes issue or PR as related to a bug. label Nov 20, 2019
@vmrm
Copy link

vmrm commented Dec 24, 2019

Is there any progress on that bug?

@archonic
Copy link

archonic commented Jan 2, 2020

I have also hit this. I'm getting:

Cloudflare API Error \n\t Error: 6003: Invalid request headers\u003c- 6103: Invalid format for X-Auth-Key header" "key"="example/example-production-976563017-440184870-1077222838

@zhaochenglan Have you resolved your issue?

@archonic
Copy link

archonic commented Jan 2, 2020

I've solved this for myself. I had created an API token, but it needs the "Global API Key".

@stek29
Copy link
Contributor

stek29 commented Jan 16, 2020

@archonic use apiTokenSecretRef instead of apiKeySecretRef, it's available since #2170 was merged

@stek29
Copy link
Contributor

stek29 commented Jan 16, 2020

It's not a bug, it's a misconfiguration, so maybe the issue be closed?

@jacobblock
Copy link

jacobblock commented Feb 17, 2020

ty, apiTokenSecretRef worked for me. And needed perms Zone:Read, DNS:Edit on the token.

@munnerz munnerz closed this as completed Feb 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

7 participants