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 #750

Closed maciejwalkowiak closed 3 years ago

maciejwalkowiak 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