URL: https://github.com/freeipa/freeipa/pull/5868
Author: rcritten
Title: #5868: Add SHA384withRSA as a certificate signing algorithm
Action: opened
PR body:
"""
It required support in dogtag which was added in 10.5.0.
This is only easily configurable during installation because
it will set ca.signing.defaultSigningAlgorithm to the
selected algorithm in CS.cfg
The certificate profiles will generally by default set
default.params.signingAlg=- which means use the CA default.
So while an existing installation will technically allow
SHA384withRSA it will require profile changes and/or
changing the defaultSigningAlgorithm in CS.cfg and
restarting (completely untested). And that won't affect
already issued-certificates.
https://pagure.io/freeipa/issue/8906
Signed-off-by: Rob Crittenden <rcritten(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5868/head:pr5868
git checkout pr5868
URL: https://github.com/freeipa/freeipa/pull/5863
Author: abbra
Title: #5863: [Backport][ipa-4-8] plugins: Don't treat keys of API as bytes
Action: opened
PR body:
"""
This PR was opened automatically because PR #5857 was pushed to master and backport to ipa-4-8 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5863/head:pr5863
git checkout pr5863
URL: https://github.com/freeipa/freeipa/pull/5858
Author: serg-cymbaluk
Title: #5858: [Backport][ipa-4-8] WebUI: Fix certificate serial number representation
Action: opened
PR body:
"""
This PR was opened automatically because PR #5844 was pushed to master and backport to ipa-4-8 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5858/head:pr5858
git checkout pr5858
URL: https://github.com/freeipa/freeipa/pull/5867
Author: flo-renaud
Title: #5867: Remove unneeded dependency on python-coverage
Action: opened
PR body:
"""
The spec file requires python3-coverage although it is not
used in the project.
Fixes: https://pagure.io/freeipa/issue/8905
Signed-off-by: Florence Blanc-Renaud <flo(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5867/head:pr5867
git checkout pr5867
URL: https://github.com/freeipa/freeipa/pull/5617
Author: antoniotorresm
Title: #5617: Add checks to prevent adding auth indicators to internal IPA services
Action: opened
PR body:
"""
Authentication indicators should not be enforced against internal
IPA services, since not all users of those servers are able to produce
Kerberos tickets with all the auth indicator options. This includes
`host`, `ldap`, `HTTP` and `cifs` in IPA server and `host` and `cifs` in IPA clients.
Fixes: https://pagure.io/freeipa/issue/8206
Signed-off-by: Antonio Torres <antorres(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5617/head:pr5617
git checkout pr5617
URL: https://github.com/freeipa/freeipa/pull/5852
Author: fcami
Title: #5852: rpcserver.py: perf_counter_ns is Python 3.7+
Action: opened
PR body:
"""
perf_counter_ns is only available in Python 3.7 and later.
Define a lambda for 3.6 and lower.
Fixes: TBD
Signed-off-by: François Cami <fcami(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5852/head:pr5852
git checkout pr5852