Class DatabaseSecretStoreRetrievalHealthCheck
java.lang.Object
com.atlassian.jira.health.AbstractHealthCheck
com.atlassian.jira.health.HealthCheckTemplate
com.atlassian.jira.health.checks.database.DatabaseSecretStoreRetrievalHealthCheck
- All Implemented Interfaces:
HealthCheck
This is a check for ensuring that the database configuration defined in dbconfig.xml
can be read and parsed successfully.
Specifically, this check is particularly important when the JDBC password in dbconfig.xml
is retrieved using the SecretStore API via a third party
store.
Any configuration and or connectivity issues encountered during this retrival will be caught
as a SecretStoreException and surfaced appropriately via
this health check.
- Since:
- v9.11
-
Field Summary
Fields inherited from interface com.atlassian.jira.health.HealthCheck
BLOCKING_START, CAUSE_KEY, CHECK_ID_KEY, DISMISSIBLE, EVENT_ID_KEY, HELP_URL_KEY, INTERACTIVE_JOHNSON, JOHNSON_UI_VERSION, TEMPLATE_CONTEXT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<HealthCheckResult>protected Set<LifecyclePhase>protected List<HealthCheckResult>performCheck(DatabaseConfigurationManager databaseConfigurationManager) Methods inherited from class com.atlassian.jira.health.HealthCheckTemplate
isApplicableFor, performMethods inherited from class com.atlassian.jira.health.AbstractHealthCheck
getPrerequisitesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.jira.health.HealthCheck
getId
-
Constructor Details
-
DatabaseSecretStoreRetrievalHealthCheck
-
-
Method Details
-
getApplicablePhases
- Specified by:
getApplicablePhasesin classHealthCheckTemplate
-
doPerform
- Specified by:
doPerformin classHealthCheckTemplate
-
performCheck
protected List<HealthCheckResult> performCheck(DatabaseConfigurationManager databaseConfigurationManager)
-