From bd8679d5a5146f5200f77494caeb73a2b76620a8 Mon Sep 17 00:00:00 2001 From: Anatolii Bazko Date: Mon, 10 Aug 2020 10:01:08 +0300 Subject: [PATCH] Set the default value for openShiftoAuth to true (#391) Signed-off-by: Anatolii Bazko --- deploy/crds/org_v1_che_cr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/crds/org_v1_che_cr.yaml b/deploy/crds/org_v1_che_cr.yaml index fa6d6d4e8..17fbbbb6f 100644 --- a/deploy/crds/org_v1_che_cr.yaml +++ b/deploy/crds/org_v1_che_cr.yaml @@ -102,7 +102,7 @@ spec: identityProviderClientId: '' # instructs an Operator to enable OpenShift v3 identity provider in Keycloak, # as well as create respective oAuthClient and configure Che configMap accordingly - openShiftoAuth: false + openShiftoAuth: true # name of oAuthClient used in OpenShift v3 identity provider in Keycloak realm. Auto generated if left blank oAuthClientName: '' # secret used in oAuthClient. Auto generated if left blank