diff --git a/playbooks/roles/grafana/templates/grafana.vhost.j2 b/playbooks/roles/grafana/templates/grafana.vhost.j2 index 05df712e2b..afddd47487 100644 --- a/playbooks/roles/grafana/templates/grafana.vhost.j2 +++ b/playbooks/roles/grafana/templates/grafana.vhost.j2 @@ -34,6 +34,9 @@ SSLCertificateKeyFile /etc/letsencrypt-certs/{{ inventory_hostname }}/{{ inventory_hostname }}.key SSLCertificateChainFile /etc/letsencrypt-certs/{{ inventory_hostname }}/ca.cer + RewriteEngine on + RewriteRule "^/api/snapshots(.*?)$" "-" [F] + ProxyPass / http://localhost:3000/ retry=0 ProxyPassReverse / http://localhost:3000/ diff --git a/testinfra/test_grafana.py b/testinfra/test_grafana.py index 79019d64d7..526b082853 100644 --- a/testinfra/test_grafana.py +++ b/testinfra/test_grafana.py @@ -25,3 +25,12 @@ def test_grafana_proxy(host): '--resolve grafana.opendev.org:443:127.0.0.1 ' 'https://grafana.opendev.org') assert '