-
Notifications
You must be signed in to change notification settings - Fork 99
How to Configure Web Portal for Multitenancy? #30
Comments
Hi snambakam, For lightwave, is there any web portal that the user can access to manage directory services? |
After running configure-lightwave-server successfully as described in https://github.com/vmware/lightwave/wiki/Configuration-Server-Promote the LightwaveUI should be available at https:///lightwaveui If you browse to https:// it should navigate to the Lightwave UI home page for the system tenant. |
The OIDC client for Lightwave UI is registered typically using its FQDN which may not be resolvable from the system where the web browser is launched. Please ensure that the FQDN of the Lightwave Domain Controller is resolvable via DNS from the system where the web browser is launched. Alternatively, since the Domain Controller is expected to use a static IP, the URL of the OIDC client may be modified to use an IP Address. Here is some sample code that shows how to update. |
You should be able to open the LDAP directory browser by clicking the "directory" link in the lightwave UI. From there you could view all the tenants from the slider on the right that opens when you click the top right corner of the screen. If the FQDN of the lightwave server is not DNS resolvable, an easy workaround would be to add a /etc/hosts entry to map IP to FQDN. Please note that the multi-tenancy is visible only to the administrator of system tenant. |
Hi snambakam, Sorry i miscommunication for yesterday, i had success for promoting DC with /opt/vmware/bin/ic-promote --domain sampledomain.com --password mypassword But if i configuring DC using /opt/vmware/bin/configure-lightwave-server --domain sampledomain.com --password mypassword still not success. with error : -----Checking Certificate service----- -----Begin installing components----- Begin installing component: vmware-identity-manager Begin installing component: vmware-secure-token-service |
After successful install the UI is not functional with default packages? Is this something that needs to be compiled separately? |
Hi,
I had install and promote dc lightwave but i cannot access for web portal multitenancy. how to configure web portal?
Thank you
The text was updated successfully, but these errors were encountered: