1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-04-13 11:50:45 +02:00
Kobi Meirson f753ec1ca5
feat: readiness check (#1839)
* feat: readiness check

* fix: no need for query param

* docs: add a note

* chore: move the readyness check to its own endpoint

* docs(cr): add godoc

Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk>
2022-12-23 09:08:12 +00:00
..
2020-06-16 16:47:10 -05:00
2020-11-23 11:45:34 -08:00
2020-11-23 11:45:34 -08:00
2020-06-16 16:47:10 -05:00
2020-06-16 16:47:10 -05:00
2020-06-19 22:33:40 -05:00
2020-06-17 19:18:52 -05:00
2022-08-28 17:54:32 +07:00

Kubernetes example

Based on kind as a local Kubernetes cluster.

Quick start

Before you start:

Required

Optional

Then:

  • make create-cluster
  • make deploy OR make helm-deploy for helm

Visit http://httpbin.localtest.me or http://hello-world.localtest.me/

Uninstall

  • make delete-cluster