----- Original Message -----
From: "Gianluca Cecchi" <gianluca.cecchi(a)gmail.com>
To: "Sandro Bonazzola" <sbonazzo(a)redhat.com>
Cc: "Yaniv Dary" <ydary(a)redhat.com>, "users"
<users(a)ovirt.org>
Sent: Saturday, January 18, 2014 12:32:36 AM
Subject: Re: [Users] engine reports and dwh setup in 3.3.2
On Fri, Jan 17, 2014 at 12:10 PM, Gianluca Cecchi wrote:
>
> engine web admin available and reportsportal too
> but the password set up during first broken install for ovirt-admin
> user doesn't work
>
> Invalid credentials supplied.
>
> Could not login to JasperReports Server.
>
> Any hints on how to solve? Manually change in Postgres?
Ok, digging into /bin/ovirt-engine-reports-setup I see that actually
the password is written in clear text inside file
/usr/share/ovirt-engine-reports/reports/users/ovirt-002dadmin.xml
This was only due to setup failing in the middle, this is improved in 3.4 and you
won't see that anymore.
Not a great security choice, also because the file is currently
readable by everyone on the system (and "rpm -qVv" doesn't complain
about its permissions).
I was then able to connect to reports portal and to see some output
reports...
Gianluca