Reputation: 2528
Is it possible to disable spring-cloud-aws-secrets-manager-config
module for some Spring profile ?
I'm looking for a way to disable it while testing locally.
Upvotes: 0
Views: 1938
Reputation: 12932
In bootstrap.yml
you can set aws.secretsmanager.enabled: false
for the profile you want to disable Secrets Manager integration.
Upvotes: 3