@Requires(property="aws.secretsmanager.enabled", value="true", defaultValue="true") @Configuration
See: Description
| Interface | Description |
|---|---|
| SecretsKeyValueFetcher |
Key Value fetcher for AWS Secrets Manager.
|
| SecretsManagerConfiguration |
Configuration for Secrets Manager.
|
| Class | Description |
|---|---|
| SecretsManagerConfigurationClient |
Distributed configuration client for AWS Secrets Manager.
|
| SecretsManagerConfigurationProperties |
ConfigurationProperties implementation of SecretsManagerConfiguration. |
| SecretsManagerConfigurationProperties.SecretConfiguration |
Secret configuration holder that allows for flexibility in secret key naming in the Micronaut context to avoid a potential keys name collision.
|
| SecretsManagerGroupNameAwareKeyValueFetcher |
Key Value fetcher for AWS Secrets Manager that is aware of Secret Key Value group names.
|
| SecretsManagerKeyValueFetcher |
SecretsKeyValueFetcher implementations for AWS Secrets Manager. |