splunk / jupyterhub-istio-proxy

JupyterHub proxy implementation for kubernetes clusters running istio service mesh
Apache License 2.0
32 stars 14 forks source link

Healthcheck endpoint requires authentication token #36

Closed kirillmakhonin closed 3 years ago

kirillmakhonin commented 3 years ago

Hello

Current /ping endpoint wants to get auth token, but in a production env it means that this token will not be saved "secure" in secrets.

/ping endpoint should not be secured in order to be checked by K8S health checks.