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

[ui-chassis-spring] disable actuator default health check for redis and ldap #6631

Merged
merged 1 commit into from
Jun 22, 2022

Conversation

bogdan-sava
Copy link
Contributor

Description

Spring Actuator health checks for redis and ldap are failing due to connection refused when the configuration is to use demo users authenticator and stateless token (no Redis check).

Solution

disabled checks as default behavior.
To enable:

management.health.redis.enabled=true
management.health.ldap.enabled=true

Signed-off-by: Bogdan Sava <bogdan.sava@gmail.com>
@bogdan-sava bogdan-sava merged commit bbaef76 into odpi:master Jun 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant