This repository has been archived by the owner on May 16, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[kibana] Explicitly test for a 200 for readinessProbe
If authentication wasn't configured correctly the Kibana readinessProbe would still pass since `curl --fail` doesn't consider a redirect to be a failure. If authentication fails Kibana would redirect you back to the login page so this readinessProbe always passed for security clusters. The tests are going to fail until #272 is merged and this PR has been rebased on top of it.
- Loading branch information