-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Starting a new workspace from a RAW devfile URL doesn't support URL parameter for the devfile file name #22368
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
Comments
IMO, |
I assume this worked before the eclipse-che/che-server#519 PR. And before the PR it worked only for defiles by the GitHub RAW file content. |
@vinokurig if the user provides a link to the raw devfile then the name of the file is included in the link. We should ignore the |
Describe the bug
We can start a new workspace from a RAW devfile URL. In case if the devfile file name differs from the conventional (
devfile.yaml
or.devfile.yaml
) We have URL parameter for the devfile file name to be able to specify the devfile filename. Currently workspace fails to start from the Raw devfile URL with unconventional yaml name, either with the?df=<filename>.yaml
parameter.Che version
7.71@latest
Steps to reproduce
test.devfile
with a simple devfile content. Copy the Raw URL of the gist.See: workspace fails to start.
Expected behavior
Workspace starts successfully
Runtime
OpenShift
Screenshots
No response
Installation method
chectl/latest
Environment
macOS
Eclipse Che Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: