You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2020. It is now read-only.
I configured that requests from browsers to our Alertmanagers will be proxied via unsee. But when looking at the developer console when trying to create a new silence in the UI, i see that the POST request to the proxy-endpoint returns a 404. We are using unsee 0.9.1.
request:
POST https://unsee.mydomain.com/proxy/alertmanager/test/api/v1/silences 404
snippet form the config:
...
servers:
- name: test
uri: https://username:[email protected]
timeout: 30s
proxy: true
...
listen:
address: "0.0.0.0"
port: 8080 # port in Docker container (we are running unsee in k8s)
prefix: /
...
When triggering the silencing requests, i can see the following debug log:
time="2018-04-12T15:50:02Z" level=debug msg="[test] Proxy request for /api/v1/silences"
Any idea what causes the issue or how i can debug this?