[ovirt-users] get UI working throug ALIAS and real hostname
Juan Hernández
jhernand at redhat.com
Tue Jan 24 14:41:14 UTC 2017
On 01/24/2017 03:15 PM, emanuel.santosvarina at mahle.com wrote:
> If I access the UI via "ALIAS" I get the Error-Page "The client is not
> authorized to request an authorization. It's required to access the
> system using FQDN.
>
> What can I do to get UI working through ALIAS and real hostname?
>
> Thx,
> Emanuel
>
Create a 99-whatever-you-like.conf file in
/etc/ovirt-engine/engine.conf.d with the following content:
SSO_ALTERNATE_ENGINE_FQDNS="thealias"
Then restart the engine:
systemctl restart ovirt-engine
This setting is documented here:
https://github.com/oVirt/ovirt-engine/blob/master/packaging/services/ovirt-engine/ovirt-engine.conf.in#L363-L366
More information about the Users
mailing list