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

As a maintainer, I want to be able to monitor the app health #2

Closed
kasramp opened this issue Jan 20, 2019 · 0 comments
Closed

As a maintainer, I want to be able to monitor the app health #2

kasramp opened this issue Jan 20, 2019 · 0 comments

Comments

@kasramp
Copy link
Owner

kasramp commented Jan 20, 2019

Need to use Spring Actuator to be able to access the health endpoints. However, this endpoints should be secured. A basic approach is using environment variables and then later add the part for the database if needed.
Criteria:

  • Basic auth, salted password, for /actuator.
  • Response accordingly if an unauthorized entity tried to access, instead of redirecting to the white label page.
  • Write unit tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant