-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
S3 Backend Behaves Differently With Multiple Application Names #2642
Comments
Searching with regex for
So, too, CredHub:
Unfortunately, AWSS3 and Git seem to just assert on size of response:
|
This matches the behavior of other EnvironmentRepositories like Git. #Fixes spring-cloud#2642
Describe the bug
Given
spring.application.name: appA,appB
spring.profiles.active: dummy
When
http://<config server>/appA,appB/dummy
(the profile name doesn't matter here, just the app names)Then
appB
aspropertySources[0]
andappA
aspropertySources[1]
appA
aspropertySources[0]
andappB
aspropertySources[1]
This is a problem because:
This affects the override behavior in cases where the same value exists in both
appA
andappB
's responsesThe text was updated successfully, but these errors were encountered: