-
Feature Request
-
Resolution: Done
-
Major
-
None
-
False
-
False
-
-
Reference: https://github.com/eclipse-che/che-operator/pull/1027
This feature adds the ability to sync settings to the workspace namespaces of the users.
The new controller watches namespaces (or projects on OpenShift). If a namespace has appropriate label (org.eclipse.che/workspace-namespace-owner-uid), it is considered a user workspace namespace and is synced to.
The value of the label is supposed to be the UID of the user. On OpenShift, this is the UID of the user object and on Kubernetes, the UID of the user as obtained from the OAuth token of the configured OIDC provider.