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

fix(cfapi): requeue after DB error #121

Merged
merged 1 commit into from
May 21, 2024
Merged

fix(cfapi): requeue after DB error #121

merged 1 commit into from
May 21, 2024

Commits on May 17, 2024

  1. fix(cfapi): requeue after DB error

    The Origin CA API occasionally returns error code 1100 signaling a
    failure to write the certificate to the database. This reconciler
    intepreted this error as a permament failure, despite no local issues.
    
    This changeset detects this error code and requeues the
    CertificateRequest with controller-runtime's default backoff behavior.
    
    Fixes: #115
    Fixes: #116
    terinjokes committed May 17, 2024
    Configuration menu
    Copy the full SHA
    3ab8e94 View commit details
    Browse the repository at this point in the history