How to create workspace into my organization by Devfile?
See original GitHub issueDescription
This is just a question.
I want to create my workspace by devfile.yaml
into the organization I belong.
How can I do?
OS and version:
Che 7.0.0-beta-5.0-SNAPSHOT
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Chapter 4. Authoring devfiles - Red Hat Customer Portal
These projects are created inside a user's workspace after the workspace is started. For each project, specify the following: The type of the...
Read more >Using a customized devfile to create a workspace - IBM
Select the Custom Workspace tab. For a custom devfile enter a public URL, then click Load Devfile. Note: You can also copy and...
Read more >CodeReady Workspaces: Consistent Development ...
Click "Create and Open" to create your workspace. Workspaces are defined by a devfile. These “dev environment as code” files describe the ......
Read more >How to get rid of "It works on my machine!" with CodeReady ...
A custom “devfile” registry image (more on this later). Click on the “Create Instance” link in the CodeReady Workspaces tile, then scroll to ......
Read more >Starting a new workspace with a clone of a Git repository
The URL of your organization's Che instance, used as part of all the ... You can also use the Git Repo URL *...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@monaka please create feature request. Also feel free to contribute it =)
Now, it’s only possible with Beta method in WorkspaceService [1] that is not stable yet. But also I wonder why we do not have an ability to accept factory to an organizational but not to a personal account. If you use organizations and such feature may be useful for you, feel free to open an issue. Maybe we have such an ability, have you tried to accept factory with github repo? ->
https://github.com/eclipse/che/blob/master/devfile.yaml
CHE_HOST/f?url=http://github.com/eclipse/che
Then I expect that dashboard asks where workspace should be created if the user is a member of any organization.[1] https://github.com/eclipse/che/blob/e4e12df1be0faaa47fb1f16ab4f5207890523563/wsmaster/che-core-api-workspace/src/main/java/org/eclipse/che/api/workspace/server/WorkspaceService.java#L193