Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chectl workspace:start fails for multi-user Che #13828

Closed
l0rd opened this issue Jul 12, 2019 · 2 comments · Fixed by che-incubator/chectl#216
Closed

chectl workspace:start fails for multi-user Che #13828

l0rd opened this issue Jul 12, 2019 · 2 comments · Fixed by che-incubator/chectl#216
Assignees
Labels
area/chectl Issues related to chectl, the CLI of Che kind/bug Outline of a bug - must adhere to the bug report template. severity/P1 Has a major impact to usage or development of the system.
Milestone

Comments

@l0rd
Copy link
Contributor

l0rd commented Jul 12, 2019

Description

The command workspace:start doesn't have a parameter --access-token=access-token (server:stop already accepts this parameter).

Hence when trying to start a workspace using chectl on multi-user Che we get an error E_CHE_API_UNAUTHORIZED

Reproduction Steps

$ chectl server:start --installer operator -m -p minishift
(...)
$ chectl workspace:start -f <(chectl devfile:generate --name=minimal-wksp)
(...)
Error: E_CHE_API_UNAUTHORIZED - Endpoint: http://che-che.192.168.64.71.nip.io/api/workspace/devfile - Message: "Authorization token is missed"
@l0rd l0rd added the kind/bug Outline of a bug - must adhere to the bug report template. label Jul 12, 2019
@l0rd
Copy link
Contributor Author

l0rd commented Jul 12, 2019

This is a step of the happy path test so I consider that it should be fixed for che 7.0.0 cc @rhopp

@rhopp
Copy link
Contributor

rhopp commented Jul 12, 2019

So far we are debugging/fine tuning happy path on singleuser instance, but yeah... this should be added.

@rhopp rhopp added area/chectl Issues related to chectl, the CLI of Che severity/P1 Has a major impact to usage or development of the system. labels Jul 12, 2019
@rhopp rhopp added this to the 7.0.0 milestone Jul 12, 2019
@benoitf benoitf self-assigned this Jul 15, 2019
@l0rd l0rd mentioned this issue Jul 16, 2019
85 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/chectl Issues related to chectl, the CLI of Che kind/bug Outline of a bug - must adhere to the bug report template. severity/P1 Has a major impact to usage or development of the system.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants