Disabling secretsmanager via properties doesn't seem to work #80
Unanswered
arunkpatra
asked this question in
Q&A
Replies: 1 comment 8 replies
-
|
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It appears that secretsmanager can't be disabled if one wishes to via properties. This behavior is seen in 2.3.x and 3.0.x branches. The below does not work, and causes app startup failure:
Application fails to start on above (I ensured that app failure is not due to want of unavailable properties):
Of course one could just remove the dependency on secretsmanager-starter from their apps, but that probably defeats the purpose of the
aws.secretsmanager.enabled
switch in AwsSecretsManagerProperties.What's the suggested behavior that we should implement in 3.0.x @maciejwalkowiak @MatejNedic @eddumelendez ? I could implement it via #79
Beta Was this translation helpful? Give feedback.
All reactions