[ovirt-users] Re: oVirt 4.5.2.4 api access with keycloak

2022-09-07 Thread Donald Dupuis
I couldn’t get the browser method to work and ended up writing scripts using the curl methods as mentioned. Thanks Don Sent from my iPhone X > On Sep 7, 2022, at 4:03 AM, Benny Zlotnik wrote: > > it's tricky to access with the browser when keycloak is enabled, you > first need to get the

[ovirt-users] Re: oVirt 4.5.2.4 api access with keycloak

2022-09-07 Thread Benny Zlotnik
it's tricky to access with the browser when keycloak is enabled, you first need to get the token: $ curl -k -H "Accept: application/json" 'https://engine.fqdn/ovirt-engine/sso/oauth/token?grant_type=password=admin@ovirt@internalsso=pass=ovirt-app-api' {"access_token":"","scope":"ovirt-app-api

[ovirt-users] Re: oVirt 4.5.2.4 api access with keycloak

2022-09-07 Thread Yedidyah Bar David
On Fri, Sep 2, 2022 at 4:07 AM Don Dupuis wrote: > > Hello > I have installed ovirt 4.5.2.4 and keycloak authentication is now standard. > On previous installs it could be accessed via a web browser as > https://engine_FQDN/ovirt-engine/api. What is the proper url syntax to work > with the new