Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make /healthz available to http without redirect #2706

Closed
bradrydzewski opened this issue May 13, 2019 · 1 comment
Closed

Make /healthz available to http without redirect #2706

bradrydzewski opened this issue May 13, 2019 · 1 comment
Milestone

Comments

@bradrydzewski
Copy link

bradrydzewski commented May 13, 2019

load balancers (ELB) need the ability to access /healthz without redirect. Currently, health check traffic from ELB does not include X-Forwarded-Proto which results in automatic redirect, causing issues.

options include:

  1. move healthz to its own router to prevent auto-redirect middleware
  2. enable healthz from a different port
  3. add /rpc/healthz which is not subject to redirect
@bradrydzewski bradrydzewski added this to the v1.2.0 milestone May 13, 2019
@bradrydzewski
Copy link
Author

fixed in master, scheduled for 1.2 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant