Skip to content
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

Add user viewable output for Spring Cloud Config option --configuration-cloud-config #82

Open
ccheetham opened this issue May 28, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@ccheetham
Copy link
Contributor

ccheetham commented May 28, 2022

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:

  • 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.

@ccheetham ccheetham added the enhancement New feature or request label May 28, 2022
@ccheetham
Copy link
Contributor Author

Completion of this issue should trigger an update to the corresponding guide in SteeltoeOSS/Documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant