Sebastian Dusza
Sebastian Dusza

Reputation: 2528

Disable spring-cloud-aws-secrets-manager-config module for some Spring profile

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

Answers (1)

Maciej Walkowiak
Maciej Walkowiak

Reputation: 12932

In bootstrap.yml you can set aws.secretsmanager.enabled: false for the profile you want to disable Secrets Manager integration.

Upvotes: 3

Related Questions