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
the GetConfiguration method does not accept label as 3rd parameter and therefore won't be able to build a path to call SCC with a specific label as shown on spring cloud config documentation: /{application}/{profile}[/{label}]
suggestion is to introduce a second function (to be backward compatible) GetConfigurationWithLabel that allows for a 3rd parameter to be used and added at the end of the path
Expected Behavior
calling GetConfiguraitonWithLabel will apply the provided label and pull the spring cloud config from the selected label (branch-name / tag)
Acceptance Criteria
The text was updated successfully, but these errors were encountered:
Issue Description
missing ability to use label
https://docs.spring.io/spring-cloud-config/docs/current/reference/html/
Steps to Reproduce
the
GetConfiguration
method does not acceptlabel
as 3rd parameter and therefore won't be able to build a path to call SCC with a specific label as shown on spring cloud config documentation:/{application}/{profile}[/{label}]
suggestion is to introduce a second function (to be backward compatible)
GetConfigurationWithLabel
that allows for a 3rd parameter to be used and added at the end of the pathExpected Behavior
calling
GetConfiguraitonWithLabel
will apply the provided label and pull the spring cloud config from the selected label (branch-name / tag)Acceptance Criteria
The text was updated successfully, but these errors were encountered: