URL: https://github.com/freeipa/freeipa/pull/1402
Author: pvomacka
Title: #1402: WebUI: make keytab tables on service and host pages writable
Action: opened
PR body:
"""
There is no object class before adding the first item into tables,
therefore there are no ACI and WebUI is not able to figure out
whether table is writable or not. Adding flag 'w_if_no_aci'
tells "make it writable even if we have not ACIs and try to do
the API call.
https://pagure.io/freeipa/issue/7111
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1402/head:pr1402
git checkout pr1402
Hello,
I finished hopefully the final major gap with our new FreeIPA wiki
infrastructure - a regular backup.
I used our existing AWS infrastructure to come up with a shell script
[1] and AWS Lambda function triggering it [2] periodically (daily), to
store backups to our S3 storage (database dump and user images).
I originally hoped I can come up with something written purely in Python
and thus without a need for a VM running custom shell script, but I
could not make the OpenShift Python API port forwarding working and
wanted to use "mysqldump" anyway. So shell script it is, for now.
Questions or feedback welcome!
[1]
https://github.com/freeipa/freeipa-wiki/blob/master/tools/backup/freeipa-or…
[2]
https://github.com/freeipa/freeipa-wiki/blob/master/tools/backup/lambda_fun…
--
Martin Kosek <mkosek(a)redhat.com>
Manager, Software Engineering - Identity Management Team
Red Hat, Inc.
URL: https://github.com/freeipa/freeipa/pull/1424
Author: felipevolpone
Title: #1424: Fixing how to parse the backup dir in test_backup_and_restore
Action: opened
PR body:
"""
Fixing how the test_backup_and_restore.py suite parses the output
from the `ipa-backup -v` command in order to get the backup directory.
Fixes: [#7339](https://pagure.io/freeipa/issue/7339)
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1424/head:pr1424
git checkout pr1424