Secrets Manager integration with @ConfigurationProperties
is unclear
#1198
Unanswered
ofir-popowski
asked this question in
Q&A
Replies: 1 comment 1 reply
-
How does your JSON secret look like? There's nothing more you should do, this should work. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The documentation states:
but there's no example or explanation how this works. Say I have the following
my
application.properties
looked like thisNow I'm working on migrating those to secrets manager, and I have created a JSON secret under
test/custom
, and removed the previous properties and replaced them withspring.config.import=aws-secretsmanager:test/custom
.What else to I need to do to ensure that my configuration properties can be properly populated from this secret?
Beta Was this translation helpful? Give feedback.
All reactions