URL: https://github.com/freeipa/freeipa/pull/4913
Author: fcami
Title: #4913: vault.py: flush the certificate after renaming
Action: opened
PR body:
"""
store_cert() does f.write, flush_sync, f.close, os.rename(f.name)
in that order. The directory is not flushed.
* get rid of f.close as this i
URL: https://github.com/freeipa/freeipa/pull/4911
Author: netoarmando
Title: #4911: ipatests: bump pr-ci templates
Action: opened
PR body:
"""
New template images for ci-master-f32 and ci-master-f31 to include latest
certmonger package (`certmonger-0.79.11-2`).
Signed-off-by: Armando Neto
"
URL: https://github.com/freeipa/freeipa/pull/4912
Author: netoarmando
Title: #4912: [ipa-4-8] ipatests: bump pr-ci templates
Action: opened
PR body:
"""
New template images for ci-ipa-4-8-f32 and ci-ipa-4-8-f31 to include latest
certmonger package (`certmonger-0.79.11-2`).
Signed-off-by: Arm
URL: https://github.com/freeipa/freeipa/pull/4910
Author: Carbenium
Title: #4910: ipa-join: handle JSON-RPC error codes
Action: opened
PR body:
"""
Handling of IPA error codes was missing from the JSON-RPC code paths.
Add parsing support for the `error` object and handle `ACIError` explicitl
URL: https://github.com/freeipa/freeipa/pull/4909
Author: fcami
Title: #4909: Add unauthenticated nsupdate
Action: opened
PR body:
"""
ipa-client-install: update sssd.conf if nsupdate requires -g
If dynamic DNS updates are selected, sssd will use GSS-TSIG
by default for nsupda
URL: https://github.com/freeipa/freeipa/pull/4723
Author: frasertweedale
Title: #4723: FreeIPA ACME service
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/4723/head:pr4723
git checkout pr4723
___
URL: https://github.com/freeipa/freeipa/pull/4908
Author: vashirov
Title: #4908: Support changelog integrated into main database
Action: opened
PR body:
"""
389-ds will integrate changelog into main database:
https://pagure.io/389-ds-base/issue/49562
http://www.port389.org/docs/389ds/design/in
URL: https://github.com/freeipa/freeipa/pull/4900
Author: netoarmando
Title: #4900: [ipa-4-8] ipatests: bump pr-ci templates
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/4900/head:pr4900
git checkout pr4900
__