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
adding output to the WeatherForecastController or a new controller
adding log output
The first option of outputting via controller could potentially result in unintended exposure of sensitive information. Perhaps low risk, but nonetheless not zero.
The second option requires additional documentation in both the template and any docs that describe the feature in templates or the Initializr, such as the Steeltoe guides.
Perhaps the best option is a hybrid of the 2 above. Create a new controller that when invoked, logs a message with config artifacts and instructs the developer to view the logs and what to look for.
The text was updated successfully, but these errors were encountered:
Add some kind of output so that a developer can see Spring Cloud Config behavior in action.
Brief discussion with @bart-vmware and @dtillman led to ideas which include:
The first option of outputting via controller could potentially result in unintended exposure of sensitive information. Perhaps low risk, but nonetheless not zero.
The second option requires additional documentation in both the template and any docs that describe the feature in templates or the Initializr, such as the Steeltoe guides.
Perhaps the best option is a hybrid of the 2 above. Create a new controller that when invoked, logs a message with config artifacts and instructs the developer to view the logs and what to look for.
The text was updated successfully, but these errors were encountered: