Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[che-dev] Single User Eclipse Che - does the community need it?

Hello everyone,

I would like to open the discussion about if it's necessary to simplify installation of Single User Eclipse Che, which could be more convenient for someone for development in comparison to Multi User Eclipse Che.

Earlier Single User Eclipse Che assembly was a default one, and there is "--multiuser" chectl property to install Multi User Eclipse Che based on Keycloak.

As for now chectl is installing Multi User Eclipse Che by default, and it's needed to patch custom resource yaml with dedicated property "CHE_MULTIUSER" to install Single User Eclipse Che, which, IMHO, neither obvious nor convenient:
spec:
  server:
    customCheProperties:
      CHE_MULTIUSER: "false"

--
With best regards,
Dmytro Nochevnov
Senior Quality Engineer
CodeReady Workspaces QE team

Back to the top