kibana/test/health_gateway
Pierre Gayvallet c10ab82521
Change the health gateway to use the status API (#160125)
## Summary

Follow-up of https://github.com/elastic/kibana/pull/159768
Related to https://github.com/elastic/kibana/issues/158910

Change the health-gateway behavior to hit the `/api/status` endpoint
instead of just the root `/` path. This was made possible by
https://github.com/elastic/kibana/pull/159768, as we now always return
the correct http code from the status endpoint even for unauthenticated
requests.
2023-06-26 02:34:00 -07:00
..
fixtures Change the health gateway to use the status API (#160125) 2023-06-26 02:34:00 -07:00
plugins/status Change the health gateway to use the status API (#160125) 2023-06-26 02:34:00 -07:00
services Change the health gateway to use the status API (#160125) 2023-06-26 02:34:00 -07:00
tests Change the health gateway to use the status API (#160125) 2023-06-26 02:34:00 -07:00
config.ts [Health Gateway] Add integration tests (#146334) 2022-12-08 22:51:04 +01:00