dogtagpki / pki

The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of certificate lifecycle management, including key archival, OCSP and smartcard management.
https://www.dogtagpki.org
GNU General Public License v2.0
363 stars 135 forks source link

refactoring of config servlet #2093

Open pki-bot opened 3 years ago

pki-bot commented 3 years ago

This issue was migrated from Pagure Issue #1534. Originally filed by vakwetu (@vakwetu) on 2015-08-01 00:13:07:


Several improvements should be made to how the db is set up in the config servlet

  1. We pass parameters using preop.X data. This is no longer necessary as we are not using separate UI panels anymore. A config object should be sufficient.

  2. The VLV indexes are added and then indexed (when cloning) after replication. They should be added beforehand, so that they can be built up as the data is replicated.

pki-bot commented 3 years ago

Comment from mharmsen (@mharmsen) at 2015-08-04 00:40:01

Per CS/DS Meeting of 08/03/2015: 10.3

pki-bot commented 3 years ago

Comment from vakwetu (@vakwetu) at 2017-02-27 14:09:54

Metadata Update from @vakwetu: