Describe the bug
The 2 stage approach of fetching config from config server is not happening
Steps to reproduce
Steps to reproduce the behavior:
- Setup steeltoe to talk to a config server
- Observe traffic to config server
- Verify that a second request is not processed using the config returned for the default
Expected behavior
I expect to be able to perform a get config for the default profile of my application which then informs the application of additional profiles which are active as mentioned in the spring cloud docs.
Environment (please complete the following information):
- Steeltoe Version [3.2.6]
- Platform: [e.g. Cloud Foundry, Azure, etc.)
- OS: Windows,
- .NET Version Net 8
Additional context or links
Add any other context about the problem here.
Describe the bug
The 2 stage approach of fetching config from config server is not happening
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
I expect to be able to perform a get config for the default profile of my application which then informs the application of additional profiles which are active as mentioned in the spring cloud docs.
Environment (please complete the following information):
Additional context or links
Add any other context about the problem here.