Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[che-dev] Workspace ID generation

HI All,

 

I am a Senior developer and Scrum master at SAP Cloud Development Experience core team.

 

We are evaluating CHE API SDK as our part of SAP Cloud development experience.

We identify that workspace ID is generated during workspaceService.create API by Che NameGenerator

 

"NameGenerator.generate(Workspace.class.getSimpleName().toLowerCase(), ID_LENGTH)"

 

Since this "workspace  ID"  is used for the Root Folder name of the workspace we would like override /control the ID generation to make it more secured and non-predictable.

We were thinking of moving this logic from WorkspaceService Class to Workspace DAO and contribute this change back to Che (by pull request )

 

Do we understand the flow correctly ? Is our intention acceptable with you ? Do you have other suggestion for doing that ?

 

 

 

Thanks & Regards,

Meirav Daniel

Cloud Development Experience | SAP Labs Israel | 15 Hatidhar st, Raanana 43665, Israel

 


Back to the top