Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.

Add aws-parameterstore: prefix config import #750

Merged
merged 2 commits into from
Dec 15, 2020
Merged

Conversation

maciejwalkowiak
Copy link
Contributor

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

eddumelendez and others added 2 commits December 15, 2020 21:12
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-secretsmanager:my-config-key` or
`aws-parameterstore:my-config-key;my-anoter-config-key`

Closes gh-654
@github-actions github-actions bot added component: parameter-store Parameter Store integration related issue type: documentation A documentation update labels Dec 15, 2020
@maciejwalkowiak maciejwalkowiak added this to the 2.3 milestone Dec 15, 2020
@maciejwalkowiak maciejwalkowiak merged commit e14114b into 2.3.x Dec 15, 2020
@maciejwalkowiak maciejwalkowiak deleted the gh-654-rebased branch December 15, 2020 20:32
maciejwalkowiak added a commit to awspring/spring-cloud-aws that referenced this pull request Dec 19, 2020
…ud-aws#750)

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-secretsmanager:my-config-key` or
`aws-parameterstore:my-config-key;my-anoter-config-key`

Closes spring-attic/spring-cloud-aws#654

Co-authored-by: Eddú Meléndez <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component: parameter-store Parameter Store integration related issue type: documentation A documentation update
Development

Successfully merging this pull request may close these issues.

2 participants