Skip to content
Snippets Groups Projects
Verified Commit 0188f746 authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

aurweb: Use exact match for goaurrpc metrics endpoint

Fixes: 87b2eddf ("aurweb: enable goaurrpc metrics and dashboard")
parent 25855deb
No related branches found
No related tags found
No related merge requests found
Pipeline #104941 passed
......@@ -128,7 +128,7 @@ server {
proxy_set_header X-Forwarded-For $remote_addr;
}
location /rpc/metrics {
location = /rpc/metrics {
if ($http_authorization != "Bearer {{ vault_goaurrpc_metrics_token }}") {
return 403;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment