-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Promtail does not fully use http_path_prefix #1709
Comments
/cc @sandeepsukhani Can you take a look please ? |
This issue has been automatically marked as stale because it has not had any activity in the past 30 days. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
Hi, I'm experiencing the same exact issue. |
Still same behavior, redirecting to |
The same issue, can't expose using ingress. |
Same problem here. Exposing via NGINX on path http://server/promtail/targets is not working. Edit: As a workaround, I let NGINX rewrite the urls:
|
The issue is still there in |
@bsinou if you want to get it fixed, either create a pull request ;-) or open a new ticket. This ticket was closed automatically, so I guess no developer is reading this. |
Describe the bug
when setting http_path_prefix e.g. "/promtail/"
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Promtail should answer with redirect to:
/promtail/targets
but it does redirect to /targets
so http_path_prefix seems to be implemented only half-way
Environment:
Screenshots, Promtail config, or terminal output
n/a
The text was updated successfully, but these errors were encountered: