Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The freeipa-container client branch functionality has never been merged back into the master branch, as IIRC the other distro-specific server branches have. A container with client functionality does have use cases. In our cluster environment, hosts not running an IPA server instead run an IPA client container with certmonger monitoring system certs.
It appears that the scripts in this repo might be easy enough to modify. A container created with this very first stab is able to enroll with a remote IPA, and the
kinit
,ipa
andipa-getcert
commands appear to work.This proof-of-concept patch hasn't been polished, reviewed or tested, and is expected to have fundamental flaws.