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

Archive completed certificate requests #10

Open
bbengfort opened this issue Dec 22, 2020 · 0 comments
Open

Archive completed certificate requests #10

bbengfort opened this issue Dec 22, 2020 · 0 comments

Comments

@bbengfort
Copy link
Collaborator

At the moment, completed certificate requests are marked as completed but must be kept so that the details of the batch and the pkcs12 password might be used to recover issued certificates. However, this means that the CertManager go routine will loop over a growing number of certificate requests over time. We need to decide if keeping the certificate requests for recovery is a valid use case and:

  • if not: destroy certificate requests when they are completed
  • if so: archive certificate requests to a different prefix so that they are not scanned by the CertManager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant