spring-attic / spring-cloud-aws

All development has moved to https://github.com/awspring/spring-cloud-aws Integration for Amazon Web Services APIs with Spring
https://awspring.io/
Apache License 2.0
589 stars 376 forks source link

Add aws-parameterstore: prefix config import #723

Closed eddumelendez closed 3 years ago

eddumelendez commented 3 years ago

In spring-boot 2.4, Volume Mounted Config Directory Trees was added. This commit introduces the prefix aws-parameterstore: which will resolve the values given the configuration properties supported by parameter store integration. Also, if keys are added after the prefix then just these will be resolved.

Use: aws-parameterstore: or aws-parameterstore:my-config-key or aws-parameterstore:my-config-key;my-anoter-config-key

Closes gh-654

maciejwalkowiak commented 3 years ago

@eddumelendez what about the other things I mentioned?

maciejwalkowiak commented 3 years ago

Replaced by #750