[PATCH]136 - initial framework for restful interfaces for managing profiles
by Ade Lee
This adds the initial framework for viewing and managing profiles.
At this point, only the viewing of profiles is tested.
Because I make some changes to some of the objects used in Cert
enrollment, some of the current tests involving enrollment may fail
if they use pre-generated XML.
Still, this patch is getting quite large and its time to get some eyes
on it.
The next patches will add the CLI code to view profiles and then to
add/edit profiles. Following that, will be patches to clean up all the
TODOs - like adding the relevant exceptions and auditing.
Ade
11 years, 2 months
[PATCH] 250 Added support for backup/restore on upgrade.
by Endi Sukma Dewata
The upgrade framework has been modified to support backup and restore
functionality. A new method backup(filename) has been added to save
a file into a backup folder. The CLI's have been modified to accept
a --revert parameter which will restore the backup files one version
at a time.
Ticket #583
--
Endi S. Dewata
11 years, 3 months
[PATCH] 59 Fixing errors reported in Pylint Code analysis Ticket #316 - Part 1
by Abhishek Koneru
Please review the patch which fixes a few errors reported by pylint in
dogtag's python code.
Also find attached the remaining errors to be fixed. Will submit a
detailed report in my next mail.
How i used pylint:
-- Installed pki packages.
-- Executed the following command -
cd /usr/lib/python2.7/sitepackages; pylint -E --include-ids=y pki/
pki/deployment/ pki/server/ `which pkispawn` `which pkidestroy` `which
pki-upgrade` `which pki-server-upgrade`
--Abhishek
11 years, 3 months
[PATCH] 0134-Make-sure-only-the-master-keys-and-certs-are-imported
by Ade Lee
Make sure only the master keys and certs are imported.
The key import code was written for when there was only one
subsystem per tomcat instance, and only one subsystems certs
and keys per p12 file. We need to ensure that only the master's
subsystem keys and certs are imported. Otherwise, unpredictable
behavior happens, like in Ticket 665.
Please review,
Thanks,
Ade
11 years, 3 months
[PATCH] 135 - handle case where no subsystem certs are created
by Ade Lee
Modify pkispawn to handle case where no subsystemCerts are generated
When installing clone of a KRA into an existing instance, no
new system certs are generated, and so the systemCerts parameter
is not populated. This patch addresses this issue.
Please review.
Ade
11 years, 3 months