Enabling the persistent OAuth 2.0 service in WebGUI

WebGUI supports the persistent OAuth 2.0 service by persisting OAuth tokens and clients in the ObjectServer.

About this task

To enable persistence, complete the following steps on your cloud deployment.

Procedure

  1. To enable OAuth 2.0 persistence, run the following command:
    oc edit sts <releasename>-webgui
  2. Set the value of the OAUTH_PERSISTENCE_IN_NCO parameter to true:
    - name: OAUTH_PERSISTENCE_IN_NCO
      value: "true"

    The WebGUI pod restarts automatically after you save the changes.