From dcf67014c777db75522df295a109fdde8f2efb65 Mon Sep 17 00:00:00 2001 From: Ilya Buziuk Date: Wed, 29 Apr 2020 18:36:57 +0200 Subject: [PATCH] che #15906 setting 'che.workspace.stop.role.enabled' to true Signed-off-by: Ilya Buziuk --- .../src/main/webapp/WEB-INF/classes/che/che.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties b/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties index 519063061d6..a6ccc447a89 100644 --- a/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties +++ b/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties @@ -157,9 +157,9 @@ che.workspace.server.liveness_probes=wsagent/http,exec-agent/http,terminal,theia # default 10MB=10485760 che.workspace.startup_debug_log_limit_bytes=10485760 -# If true, 'stop-workspace' role with the edit privileges will be granted to the 'che' ServiceAccount. +# If true, 'stop-workspace' role with the edit privileges will be granted to the 'che' ServiceAccount if OpenShift OAuth is enabled. # This configuration is mainly required for workspace idling when the OpenShift OAuth is enabled. -che.workspace.stop.role.enabled=false +che.workspace.stop.role.enabled=true ### Templates