-
Feature
-
Resolution: Done
-
Major
-
3.5.0.GA
-
False
-
None
-
False
-
-
Enhancement
-
Done
-
-
Synced from eclipse/che issue
https://github.com/eclipse/che/issues/21860
Describe the bug
spec:
components:
cheServer:
extraProperties:
CHE_LIMITS_USER_WORKSPACES_COUNT: "<kept_workspaces_limit>"
configuration does not work
Che version
7.57@latest
Steps to reproduce
Follow the docs for Limiting the number of workspaces that a user can keep https://www.eclipse.org/che/docs/stable/administration-guide/limiting-the-number-of-workspaces-that-a-user-can-keep/
ERROR: the procedure does not work, user can create unlimited number of workspaces
Expected behavior
Introduce new CR property, since it is not expected to configure the limit of DevWorkspace using che-server extraProperties
devWorkspace:
totalLimitPerUser: '5'
runningLimit: '2'
In general, I believe we need to consider deprecation and removal of the DevWorksace field from the CR and have the workspace limits configured in DevEnvironments
Runtime
OpenShift
Screenshots
No response
Installation method
OperatorHub
Environment
Amazon
Eclipse Che Logs
No response
Additional context
In general, I believe we need to consider deprecation and removal of the DevWorksace field from the CR and have the workspace limits configured in DevEnvironments
- causes
-
CRW-4077 Ensure smooth transition from old default editor (theia or che-code/insiders) to new default che-code/latest
- Resolved
- links to