ConfigDataLoader implementation for AWS Secrets Manager.See: Description
| Interface | Description |
|---|---|
| AwsSecretsManagerClientCustomizer |
| Class | Description |
|---|---|
| SecretsManagerConfigDataLoader |
Loads config data from AWS Secret Manager.
|
| SecretsManagerConfigDataLocationResolver |
Resolves config data locations in AWS Secrets Manager.
|
| SecretsManagerConfigDataResource |
Config data resource for AWS Secret Manager integration.
|
| SecretsManagerMissingKeysFailureAnalyzer |
An
AbstractFailureAnalyzer that performs analysis of a Secrets Manager configuration failure caused by not
providing a Secrets Manager key to `spring.config.import` property. |
| SecretsManagerProperties |
Configuration properties for the AWS Secrets Manager integration.
|
| SecretsManagerPropertySources |
Provides prefix config import support.
|
| Exception | Description |
|---|---|
| SecretsManagerKeysMissingException |
Thrown when configuration provided to ConfigDataLoader is missing Secrets Manager keys, for example
`spring.config.import=aws-secretsmanager:`.
|
ConfigDataLoader implementation for AWS Secrets Manager.Copyright © 2022 Pivotal Software, Inc.. All rights reserved.