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