$ oc edit console.config.openshift.io cluster
You can modify the OpenShift Container Platform web console to set a logout redirect URL or disable the console.
Deploy an OpenShift Container Platform cluster.
You can configure the web console settings by editing the
console.config.openshift.io
resource.
Edit the console.config.openshift.io
resource:
$ oc edit console.config.openshift.io cluster
The following example displays the sample resource definition for the console:
apiVersion: config.openshift.io/v1
kind: Console
metadata:
name: cluster
spec:
authentication:
logoutRedirect: "" (1)
status:
consoleURL: "" (2)
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 logoutRedirect URL allows your users to perform
single logout (SLO) through the identity provider to destroy their single
sign-on session. |
2 | The web console URL. You cannot modify this parameter value. If you do, the cluster resets it to the default value. |