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

fix(ldap): Disable LDAP health indicator #405

Merged
merged 1 commit into from
May 9, 2019
Merged

fix(ldap): Disable LDAP health indicator #405

merged 1 commit into from
May 9, 2019

Conversation

ezimanyi
Copy link
Contributor

@ezimanyi ezimanyi commented May 8, 2019

Fixes spinnaker/spinnaker#4346. When we discussed a couple of weeks ago, I didn't realize there was a way to turn of the health indicator from the code (rather than from config). Given it's possible to do that, it's probably easier to do this and then revert it once we pull in the upstream fix.

There is currently an NPE in the LDAP health indicator that has been fixed but not yet released which is causing fiat to never appear healthy. Until we can pull in the upstream fix, disable the LDAP health indicator.

@ezimanyi ezimanyi requested review from cfieber and dibyom May 8, 2019 19:00
There is currently an NPE in the LDAP health indicator that has been
fixed but not yet released which is causing fiat to never appear
healthy. Until we can pull in the upstream fix, disable the LDAP
health indicator.
Copy link
Member

@dibyom dibyom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does disabling the LDAP health check have any impact for users who use LDAP as their role provider?

@ezimanyi
Copy link
Contributor Author

ezimanyi commented May 8, 2019

This should only disable the health check (which is currently broken anyway), so the effect would be that fiat would still show healthy even if the downstream LDAP is down.

@ezimanyi ezimanyi merged commit 6596a33 into spinnaker:master May 9, 2019
@ezimanyi ezimanyi deleted the disable-ldap-health branch May 9, 2019 21:15
clanesf pushed a commit to clanesf/fiat that referenced this pull request Jul 12, 2019
There is currently an NPE in the LDAP health indicator that has been
fixed but not yet released which is causing fiat to never appear
healthy. Until we can pull in the upstream fix, disable the LDAP
health indicator.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants