What’s the Ideal Approach for Addressing Upstream Validation Failures Caused by Misconfigured Spring Profiles?
I am dealing with a scenario where, due to a misconfigured Spring profile value in my app, it started calling the dev upstream endpoint to validate the prod token received from its downstream using its prod credentials. As expected, this led to failures.