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

AWS Parameter Store properties are being refreshed by Actuator Irrespective of Profile used #796

Open
ahmadimt opened this issue Nov 3, 2021 · 0 comments
Labels
status: waiting-for-triage An issue we've not yet triaged type: bug A general bug

Comments

@ahmadimt
Copy link

ahmadimt commented Nov 3, 2021

Type: Bug

Component:
"Parameter Store"

Describe the bug
We are using spring-cloud-starter-aws-parameter-store-config-2.2.5.RELEASE for storing and retrieving the properties from AWS Parameter store and actuator for dynamically refreshing the properties. We have multiple profile-specific properties in same AWS parameter store. When we are calling /refresh in one environment, it is refreshing all the properties irrespective of the environment the /refresh endpoint is called.
For example, we have two environment dev and qa and the same AWS parameter store is used to store properties. They are separated based on the profiles like below
for DEV: /abcd/xyz/dev/web/username
for QA: /abcd/xyz/qa/web/username

When we are calling the /refresh endpoint after making changes to the dev specific properties the qa specific properties are also getting refreshed and visa-versa.

@github-actions github-actions bot added type: bug A general bug status: waiting-for-triage An issue we've not yet triaged labels Nov 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: waiting-for-triage An issue we've not yet triaged type: bug A general bug
Development

No branches or pull requests

1 participant