Disable Source / HealthCheck?

Hey everyone,

I’m encountering an issue where I need to disable the automatic health check on a source in SailPoint Identity Security Cloud (ISC), or at least temporarily disable the source from reaching its endpoint.

I’ve tried updating the source JSON by setting the healthcheckDisabled value to true within the slpt-source-diagnostics configuration, but it seems to get reset back to false automatically.

Currently, our workaround is to intentionally change the URL of the source so the health check fails, but this isn’t an ideal solution. Is there a proper way to disable the health check or the entire source itself that I’m missing?

Any ideas or suggestions would be a great help! Thanks!

Hi @trettkowski

I tried looking into the docs and community discussions and also SailPoint ISC Documents that are present online but I couldn’t find a supported “turn off health check entirely” toggle in Identity Security Cloud (ISC). The fact that your healthcheckDisabled flag gets reset suggests the system either ignores it or enforces a default override somewhere.

Also update-source api does not have any option of this kind.

1 Like

Just curious, what’s the underlying reason why one would like the health check to be disabled?

Hey @mcheek,

Right now, simultaneous health checks from two tenants are hitting the server and causing an account lockout. We don’t seem to have the option to control the health check timing, so disabling the source/health check seems like the easiest immediate fix.

1 Like