Discussion:
[Freeipa-devel] [freeipa PR#801][opened] httpinstance: wait until the service entry is replicated
HonzaCholasta
2017-05-22 08:24:13 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/801
Author: HonzaCholasta
Title: #801: httpinstance: wait until the service entry is replicated
Action: opened

PR body:
"""
Wait until the local HTTP service entry is replicated to the remote master
before requesting the server certificate.

This prevents a replication conflict between the service entry added
locally and service entry added remotely when requesting the certificate.

https://pagure.io/freeipa/issue/6867
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/801/head:pr801
git checkout pr801

Loading...