Class SecretsManagerMissingKeysFailureAnalyzer
java.lang.Object
org.springframework.boot.diagnostics.AbstractFailureAnalyzer<SecretsManagerKeysMissingException>
io.awspring.cloud.autoconfigure.config.secretsmanager.SecretsManagerMissingKeysFailureAnalyzer
- All Implemented Interfaces:
org.springframework.boot.diagnostics.FailureAnalyzer
public class SecretsManagerMissingKeysFailureAnalyzer
extends org.springframework.boot.diagnostics.AbstractFailureAnalyzer<SecretsManagerKeysMissingException>
An
AbstractFailureAnalyzer
that performs analysis of a Secrets Manager configuration failure caused by not
providing a Secrets Manager key to `spring.config.import` property.- Since:
- 3.0.0
- Author:
- Maciej Walkowiak
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.boot.diagnostics.FailureAnalysis
analyze
(Throwable rootFailure, SecretsManagerKeysMissingException cause) Methods inherited from class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
analyze, findCause, getCauseType
-
Constructor Details
-
SecretsManagerMissingKeysFailureAnalyzer
public SecretsManagerMissingKeysFailureAnalyzer()
-
-
Method Details
-
analyze
protected org.springframework.boot.diagnostics.FailureAnalysis analyze(Throwable rootFailure, SecretsManagerKeysMissingException cause) - Specified by:
analyze
in classorg.springframework.boot.diagnostics.AbstractFailureAnalyzer<SecretsManagerKeysMissingException>
-