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

If someone specifies a bad secret name, kube-cert-manager eats up all of the ratelimit #81

Open
mikebryant opened this issue Jul 14, 2017 · 0 comments

Comments

@mikebryant
Copy link

e.g.

- apiVersion: stable.k8s.psg.io/v1
  kind: Certificate
  spec:
    secretName: blah_api

kube-cert-manager can't create the Secret, so it just loops, repeatedly requesting the certificate but failing to store it anywhere, so it uses up all of the LetsEncrypt rate limit

If it's given a secret with an invalid name, it needs to either not process the object, or at least save the certificate and not request it repeatedly in a tight loop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant