PalmStoneGames / kube-cert-manager

Manage Lets Encrypt certificates for a Kubernetes cluster.
Apache License 2.0
540 stars 102 forks source link

Save and retrieve user-info based on email alone #84

Closed ean closed 6 years ago

ean commented 7 years ago

This will avoid hitting the registration rate-limit if kube-cert-manager is initially set up to request certificates for many different domains.

luna-duclos commented 7 years ago

How does this behave when deploying on an already running db? I assume it will resolve the challenge on the next refresh seeing as they were previously bound to domains ?

AlecTroemel commented 6 years ago

any update on this? I'm hitting rate limits on creating new accounts a lot..

ean commented 6 years ago

Sorry, I have not had time to follow up on this. And we have internally moved over to cert-manager. Which gives us better control og the certificate issuing, and it seems to behaving a lot better in all the corner cases where I have seen kube-cert-manager act up.

@luna-duclos the current patch does not preserve the users that are linked to the different domains. I will close this. If anybody want to pick it up and fix it, be my guest!

AlecTroemel commented 6 years ago

thanks @ean thanks for the response. cert-manager does seem like the preferred solution now days