[ovirt-users] Re: Grafana - Origin Not Allowed

2023-12-27 Thread josue . quinteros
It works for me.Thanks Nardus. LoadModule proxy_module modules/mod_proxy.so ProxyPreserveHost On ProxyPass http://127.0.0.1:3000 retry=0 disablereuse=On ProxyPassReverse http://127.0.0.1:3000/ovirt-engine-grafana ___ Users mailing list --

[ovirt-users] Re: Grafana - Origin Not Allowed

2022-06-16 Thread Martin Perina
Hi, this should already be fixed by https://github.com/oVirt/ovirt-dwh/pull/38 included in ovirt-engine-dwh-4.5.3, which should be part of upcoming oVirt 4.5.1 release. Regards, Martin On Tue, Jun 14, 2022 at 1:20 PM Igor Davidoff wrote: > according to grafana: > > >

[ovirt-users] Re: Grafana - Origin Not Allowed

2022-06-14 Thread Igor Davidoff
according to grafana: https://grafana.com/blog/2022/02/08/grafana-7.5.15-and-8.3.5-released-with-moderate-severity-security-fixes/ it was the security fix CSRF (CVE-2022-21703) for version 7.5.15 and 8.3.5. As ovirt engine uses httpd as reverse proxy and the grafana V. 7.5.15: ** #

[ovirt-users] Re: Grafana - Origin Not Allowed

2022-06-13 Thread Patrick Hibbs
I meant update the password in grafana's Web UI. You can find it by going to the Monitoring Portal -> Gear Icon on the left hand side -> Data Sources -> oVirt DWH -> PostgreSQL Connection. There you can change the parameters used by grafana to connect to the engine database. (You'll have to hit

[ovirt-users] Re: Grafana - Origin Not Allowed

2022-06-13 Thread Maton, Brett
Thanks Nardus, ProxyPreserveHost did the trick, all seems to be working now. On Mon, 13 Jun 2022 at 12:43, Nardus Geldenhuys wrote: > This worked for us: > > edit /etc/httpd/conf.d/ovirt-engine-grafana-proxy.conf > add "ProxyPreserveHost On" > should look like this now: > > > LoadModule

[ovirt-users] Re: Grafana - Origin Not Allowed

2022-06-13 Thread Nardus Geldenhuys
This worked for us: edit /etc/httpd/conf.d/ovirt-engine-grafana-proxy.conf add "ProxyPreserveHost On" should look like this now: LoadModule proxy_module modules/mod_proxy.so ProxyPreserveHost On ProxyPass http://127.0.0.1:3000 retry=0 disablereuse=On ProxyPassReverse

[ovirt-users] Re: Grafana - Origin Not Allowed

2022-06-13 Thread Maton, Brett
I've not restored from a backup or changed the grafana databse user password, no idea why this has 'just' stopped working (or when as I don't look at grafana that often). I tried updating the grafana db user password, but still no joy... I grabbed the password from

[ovirt-users] Re: Grafana - Origin Not Allowed

2022-06-10 Thread Patrick Hibbs
That can happen if the builtin password for the engine database's grafana user changes, or if you manually restore the grafana database from a backup. You could try resetting the password by copying it back into the data source config in grafana's UI. (You'll need admin privlieges for grafana to