Interface SecretsManagerConfiguration

All Superinterfaces:
io.micronaut.core.util.Toggleable
All Known Implementing Classes:
SecretsManagerConfigurationProperties

public interface SecretsManagerConfiguration extends io.micronaut.core.util.Toggleable
Configuration for Secrets Manager.
Since:
2.8.0
Author:
Sergio del Amo
  • Method Details

    • getSecrets

      Provide a list of secret configurations that allows for flexibility in secret key naming. This is provided by an option to define a key group prefix for any secret name.
      Returns:
      the AWS Secrets Manager secrets configuration.
      Since:
      3.8.0