I've installed a fresh ovirt. The default engine user doesn't work for me.
* I've tried changing the password with:
```
ovirt-aaa-jdbc-tool user password-reset admin --password-valid-to="2035-12-31
12:00:00Z"
Picked up JAVA_TOOL_OPTIONS: -Dcom.redhat.fips=false
Password:
Reenter password:
updating user admin...
user updated successfully
```
* I've tried unblocking the admin user:
```
ovirt-aaa-jdbc-tool user unlock admin
Picked up JAVA_TOOL_OPTIONS: -Dcom.redhat.fips=false
updating user admin...
user updated successfully
```
* I've tried `admin`, `admin@internal` and `root@localhost`
* Here is my admin details:
```
ovirt-aaa-jdbc-tool user show admin
Picked up JAVA_TOOL_OPTIONS: -Dcom.redhat.fips=false
-- User admin(bca1d04a-cc83-4ab6-8233-602ab66df6d9) --
Namespace: *
Name: admin
ID: bca1d04a-cc83-4ab6-8233-602ab66df6d9
Display Name:
Email: root@localhost
First Name: admin
Last Name:
Department:
Title:
Description:
Account Disabled: false
Account Locked: false
Account Unlocked At: 2022-07-04 17:16:50Z
Account Valid From: 2022-06-28 21:27:59Z
Account Valid To: 2222-06-28 21:27:59Z
Account Without Password: false
Last successful Login At: 1970-01-01 00:00:00Z
Last unsuccessful Login At: 1970-01-01 00:00:00Z
Password Valid To: 2035-12-31 12:00:00Z
```
* above the keycloak sign-in page I see ovirt-internal this is why I'm assuming
I'm on the right page. No matter where I click on `Administration Porta`, `VM Portal`
or in the upper right corner I land on that page. This is why I'm assuming it is the
internal login page and my "default" admin account should work.
* If I try the `Monitoring Portal` I can login without any issues.