Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pki-server <subsystem>-db-init #4633

Merged
merged 1 commit into from
Dec 6, 2023
Merged

Add pki-server <subsystem>-db-init #4633

merged 1 commit into from
Dec 6, 2023

Conversation

edewata
Copy link
Contributor

@edewata edewata commented Dec 6, 2023

The pki-server <subsystem>-db-init has been added to initialize the subsystem database in a single step. By default this will include configuring DS server, setting up the schema, creating the base entry, and creating the container entries. The command provides options to skip these steps if needed. The command also provides an option to create a new DS backend.

The PKISubsystem.init_database() and SubsystemDBInitCLI.java have been modified to match options in the CLI.

https://github.com/dogtagpki/pki/wiki/Setting-up-CA-Database

The pki-server <subsystem>-db-init has been added to initialize
the subsystem database in a single step. By default this will
include configuring DS server, setting up the schema, creating
the base entry, and creating the container entries. The command
provides options to skip these steps if needed. The command also
provides an option to create a new DS backend.

The PKISubsystem.init_database() and SubsystemDBInitCLI.java have
been modified to match options in the CLI.
@edewata edewata requested a review from fmarco76 December 6, 2023 02:59
Copy link

sonarqubecloud bot commented Dec 6, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
12.5% 12.5% Duplication

Copy link
Member

@fmarco76 fmarco76 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@edewata
Copy link
Contributor Author

edewata commented Dec 6, 2023

@fmarco76 Thanks!

@edewata edewata merged commit faedd9f into dogtagpki:master Dec 6, 2023
126 of 131 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants