Quarkus + AWS Parameter Store #25319
Unanswered
andrefurtado11135
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Was anyone able to achieve this somehow? |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I have some Spring applications and I would like to migrate these applications to Quarkus, but the configuration parameters of these applications are stored in the AWS Parameter Store and we replace them in the yaml file using the spring-cloud-starter-aws-parameter-store-config dependency and that allows us to overwrite the values directly into the yaml file. I find the Quarkus-SSM dependency to be close of what I need, but in the tutorials the parameters are being retrieved programatically and I would like to know if there is a way for these parameters to be retrieved and overwrite the values in the yaml file just like in Spring.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions