We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
While using micronaut 3, with a distributed configuration on secretManager I declared the following bootstrap.yml
bootstrap.yml
micronaut: config-client: enabled: true application: name: someApplication aws: secretsmanager: secrets: - secret-name: rds
Moving to micronaut 4, I had to add a 'client' wrapper, or it refused to work
micronaut: config-client: enabled: true application: name: someApplication aws: client: secretsmanager: secrets: - secret-name: rds
The documentation for secretManager does not mention it whereas every other item do ParameterStore_documentation
Latest with AWS 4.0.3
The text was updated successfully, but these errors were encountered:
fix(doc): update secretManager distributed configuration documentation (
8656bf6
micronaut-projects#1920)
@chjourdain the configuration seems to still be aws.secretsmanager.secrets[0].secrets-name aws.secretsmanager.secrets[0].prefix. See: https://github.com/micronaut-projects/micronaut-aws/blob/master/aws-secretsmanager/src/main/java/io/micronaut/aws/secretsmanager/SecretsManagerConfigurationProperties.java
aws.secretsmanager.secrets[0].secrets-name
aws.secretsmanager.secrets[0].prefix
How, can I reproduce the error you are describing.
Sorry, something went wrong.
sdelamo
No branches or pull requests
Issue description
Hello,
While using micronaut 3, with a distributed configuration on secretManager I declared the following
bootstrap.yml
Moving to micronaut 4, I had to add a 'client' wrapper, or it refused to work
The documentation for secretManager does not mention it whereas every other item do ParameterStore_documentation
Version
Latest with AWS 4.0.3
The text was updated successfully, but these errors were encountered: