URL: https://github.com/freeipa/freeipa/pull/1006
Author: frasertweedale
Title: #1006: py3: fix vault public key decoding
Action: opened
PR body:
"""
Part of: https://pagure.io/freeipa/issue/7033
This commit fixes one issue in FreeIPA related to vault. It does not fully
resolve #7033 because there are changes needed in Dogtag too.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1006/head:pr1006
git checkout pr1006
URL: https://github.com/freeipa/freeipa/pull/1003
Author: stlaz
Title: #1003: py3: Fix searching for yubikeys
Action: opened
PR body:
"""
Bumping the requirements for the python-yubikey package. This is
unfortunately most probably fixed only in Fedora because there was no
upstream release for about a year and a half now. That also means
bumping the version in ipasetup.py.in would be pointless.
https://pagure.io/freeipa/issue/7121
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1003/head:pr1003
git checkout pr1003
URL: https://github.com/freeipa/freeipa/pull/994
Author: frasertweedale
Title: #994: py3: fix schema response for py2 server with py3 client
Action: opened
PR body:
"""
The schema RPC response can include a bytes value for the
'topic_topic' field (when the server is running in Python 2).
In this case, a Python 3 client fails to initialise the API
when a schema fetch is required, because it cannot serialise
the bytes values in the schema object to JSON.
Ensure the 'topic_topic' value is unicode.
Part of: https://pagure.io/freeipa/issue/4985
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/994/head:pr994
git checkout pr994