14.3. Configuring the Logout Destination
You can enable a
link that allows application developers to log out of the Management Console by uncommenting and setting the LOGOUT_LINK
parameter in the /etc/openshift/console.conf
file on the broker host:
LOGOUT_LINK="LOGOUT_DESTINATION_URL"
If a value is set, then the
link is visible from the Management Console. When the developer clicks it, they are logged out of the Management Console and directed to the specified URL. If no value is set, then the link is not visible.
You must restart the console service to load any configuration changes:
# service openshift-console restart