1fa2a7c Auto-retry failed certmonger requests

Authored and Committed by cheimes 5 years ago
    Auto-retry failed certmonger requests
    
    During parallel replica installation, a request sometimes fails with
    CA_REJECTED or CA_UNREACHABLE. The error occur when the master is
    either busy or some information haven't been replicated yet. Even
    a stuck request can be recovered, e.g. when permission and group
    information have been replicated.
    
    A new function request_and_retry_cert() automatically resubmits failing
    requests until it times out.
    
    Fixes: https://pagure.io/freeipa/issue/7623
    Signed-off-by: Christian Heimes <cheimes@redhat.com>
    Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
    
        
file modified
+50 -14
file modified
+7 -3