You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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
andqa
and the same AWS parameter store is used to store properties. They are separated based on the profiles like belowfor 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.The text was updated successfully, but these errors were encountered: