[ovirt-users] Re: Spliting login pages

2021-01-07 Thread Gianluca Cecchi
On Thu, Jan 7, 2021 at 3:18 PM wrote: > I believe it's a necessity. All portal are the same page. It's risky. > Maybe we can use a WAF to solve the issue. > > Risky for what? You have to profile your users, depending on what you want them to be able to do. You can go to the landing page of many

[ovirt-users] Re: Spliting login pages

2021-01-07 Thread ozmen62
I believe it's a necessity. All portal are the same page. It's risky. Maybe we can use a WAF to solve the issue. ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement:

[ovirt-users] Re: Spliting login pages

2021-01-06 Thread Strahil Nikolov via Users
Sharon , what about a nginx/apache listening on different virtual hosts and redirecting (actually proxying) to the correct portal ? Do you think that it could work (the certs will not be trusted, but they can take the exception) ? Best Regards,Strahil Nikolov В 17:24 +0200 на 06.01.2021 (ср),

[ovirt-users] Re: Spliting login pages

2021-01-06 Thread Sharon Gratch
On Wed, Jan 6, 2021 at 11:15 AM wrote: > Hi, > Yes, we can. > But we want to separate them by FQDN > for example; > http:/virtualpc.example.com --> VM Portal > http:/virtualpc-admin.example.com --> Admin Portal > http:/virtualpc-grafana.example.com --> Grafana Portal > AFAIK this is not

[ovirt-users] Re: Spliting login pages

2021-01-06 Thread ozmen62
Hi, Yes, we can. But we want to separate them by FQDN for example; http:/virtualpc.example.com --> VM Portal http:/virtualpc-admin.example.com --> Admin Portal http:/virtualpc-grafana.example.com --> Grafana Portal and normal user must don't have permission access to admin or grafana portal web

[ovirt-users] Re: Spliting login pages

2021-01-05 Thread Sharon Gratch
On Tue, Jan 5, 2021 at 2:10 PM Sharon Gratch wrote: > Hi, > > The login for all 3 portals are separated, so you can reach each one of > them directly: > For Administration Portal: https://manager-*fqdn/ovirt-engine/webadmin* > > *For VM Portal:

[ovirt-users] Re: Spliting login pages

2021-01-05 Thread Sharon Gratch
Hi, The login for all 3 portals are separated, so you can reach each one of them directly: For Administration Portal: https://manager-*fqdn/ovirt-engine/webadmin* *For VM Portal: https://manager-fqdn/ovirt-engine/web-ui