Setting the sessionCookieSameSite property in a hybrid, cross-domain deployment

Learn how to set the sessionCookieSameSite property in your hybrid, cross-domain deployment.

Problem

The sessionCookieSameSite property is not available for editing in the noihybrid configuration file in the Red Hat® OpenShift® Container Platform UI.

Resolution

Update this property during your hybrid deployment by editing the noihybrid CR YAML file. Change the value from lax to none.
  helmValuesNOI:
    global.integrations.ui.config.sessionCookieSameSite: none

The uiserver pod restarts and the updated property is applied.

Values for the sessionCookieSameSite property include lax, strict, and none. For more information, see Set-Cookie external icon in the MDN Web Docs website.