Hello,

 

man thanks for your advice.

 

I did manage to build and run vm-portal against my local ovirt-engine via „ENGINE_URL=https://local-ovirt-engine/ovirt-engine/ yarn start“

But when i try to target my remote ovirt-engine (other host) via public ip (fqdn) i get:

 

ENGINE_URL=https://remote-ovirt-engine/ovirt-engine/ yarn start

JSON Response: {

  error_code: 'access_denied',

  error: 'Cannot authenticate user PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target.'

}

 

I ve installed a third party certificate on my remote host. Everything is fine within browser. I can also connect via virt-viewer (vnc). But still have struggle via the novnc option.

I put the third party certificate on my local mashine (where vmportal runs) in 
 
/etc/pki/ca-trust/source/anchors/“ 
 
and run 
 
update-ca-trust extract“
 
I also imported the ThirdParty-Certificate itself with
 
keytool -import -trustcacerts -keystore /etc/pki/java/cacerts -storepass changeit -alias "mythirdpartyca" -file "/root/certs/third_party_ssl_certificate.cer"
 
and another variant including der .cer + the INTERMEDIATE .cer in one .pem file (via cat)
 
keytool -import -trustcacerts -keystore /etc/pki/java/cacerts -storepass changeit -alias "mythirdpartyca2" -file "/root/certs/third_party_ssl_certificate.pem"
 
Do you have any advice what i can do?
 
How can i debug the portal via eclipse? Is there any port for Remote Debugging or can i build and run the project via eclipse on wildfly or another app server?
 
BR
Peter
 
 

 

Von: Sharon Gratch <sgratch@redhat.com>
Gesendet: Montag, 26. Juni 2023 13:37
An: Jorge Visentini <jorgevisentini@gmail.com>; R A <jarheadx@hotmail.de>
Cc: users@ovirt.org
Betreff: Re: [ovirt-users] Re: Customizing ovirt vm / user web portal

 

Hi,

 

Of course it's possible.

 

The way to customize the portal depends on the scope of your changes.

For changing basic branding stuff (e.g. images, fixed strings/logo, masthead size and background etc), just change the css files under the branding folder or create a new branding folder,  as mentioned here: https://github.com/oVirt/ovirt-web-ui/blob/master/DEVELOPERS.md#alternative-branding

 

For more complicated changes like adding buttons and new functionality, you might need to change the code.  The VM Portal project is based on React, Redux, Redux-Saga, and PatternFly.

 

The VM Portal code : https://github.com/oVirt/ovirt-web-ui/

Developing details:: https://github.com/oVirt/ovirt-web-ui/blob/master/DEVELOPERS.md

 

Thanks,

Sharon

 

On Sun, Jun 25, 2023 at 2:48 AM Jorge Visentini <jorgevisentini@gmail.com> wrote:

Following for being interesting...

 

Em sex., 23 de jun. de 2023 às 10:01, R A <jarheadx@hotmail.de> escreveu:

Hello,

 

i want to customize the interface and some functions in the ovirt user portal.

 

For example adding some Buttons with functionality or doing some style changes.

 

Is this possible? Is there any guide how to do that?

 

BR

Peter

_______________________________________________
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-leave@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/
List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/RI23B7PVQTVHKK37YOPB7T4QBXWEN7KY/


 

--

Att,

Jorge Visentini
+55 55 98432-9868

_______________________________________________
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-leave@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/
List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/F46RXR7T2JOV72CJOJVCNT2YZOZWGWRI/