Package io.micronaut.aws.secretsmanager
@Requires(property="aws.secretsmanager.enabled",
value="true",
defaultValue="true")
@Configuration
package io.micronaut.aws.secretsmanager
Integration classes for AWS Secrets Manager.
- Since:
- 2.8.0
- Author:
- Sergio del Amo
-
ClassDescriptionKey Value fetcher for AWS Secrets Manager.Configuration for Secrets Manager.Distributed configuration client for AWS Secrets Manager.
ConfigurationProperties
implementation ofSecretsManagerConfiguration
.Secret configuration holder that allows for flexibility in secret key naming in the Micronaut context to avoid a potential keys name collision.Key Value fetcher for AWS Secrets Manager that is aware of Secret Key Value group names.SecretsKeyValueFetcher
implementations for AWS Secrets Manager.