-
Notifications
You must be signed in to change notification settings - Fork 494
Closed
Description
Feature request
Use case. Why is this important?
Is there a way to protect only certain URL paths with basic auth?
For example I would like to make /-/healthy and /-/ready wide open for healthchecks from a load balancer that does not support basic auth (AWS ALB). Right now the ALB has to accept 401 as a valid response even though the url, after authentication, might return a 404 or anything else.
It would also be good to handle authentication for metrics PUSH endpoint separately. I'm pushing from a third party application that I don't have control over/can't change implementation freely and it does not support basic auth. But I would like authentication on all metric GET requests.
Metadata
Metadata
Assignees
Labels
No labels