URL: https://github.com/freeipa/freeipa/pull/5908 Author: rcritten Title: #5908: Use new method in check to prevent removal of last KRA Action: opened
PR body: """ It previously used a vault connection to determine if any KRA servers were installed. This would fail if the last KRA was not available.
Use server roles instead to determine if the last KRA server is to be removed.
https://pagure.io/freeipa/issue/8397
Signed-off-by: Rob Crittenden rcritten@redhat.com
"""
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5908/head:pr5908 git checkout pr5908