Ce contenu n'est pas disponible dans la langue sélectionnée.
Chapter 4. Configuring the web console in OpenShift Container Platform
You can modify the OpenShift Container Platform web console to set a logout redirect URL or disable the console.
4.1. Prerequisites Copier lienLien copié sur presse-papiers!
- Deploy an OpenShift Container Platform cluster.
4.2. Configuring the web console Copier lienLien copié sur presse-papiers!
You can configure the web console settings by editing the console.config.openshift.io resource.
Edit the
console.config.openshift.ioresource:oc edit console.config.openshift.io cluster
$ oc edit console.config.openshift.io clusterCopy to Clipboard Copied! Toggle word wrap Toggle overflow The following example displays the sample resource definition for the console:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - 1
- Specify the URL of the page to load when a user logs out of the web console. If you do not specify a value, the user returns to the login page for the web console. Specifying a
logoutRedirectURL allows your users to perform single logout (SLO) through the identity provider to destroy their single sign-on session. - 2
- The web console URL. To update this to a custom value, see Customizing the web console URL.