Workspace creation failed from private github repository with personal access token from secret #20212
Labels
area/factory/server
Server side of factory implementation
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.
Describe the bug
I follow the doc https://www.eclipse.org/che/docs/che-7/end-user-guide/authenticating-on-scm-server-with-a-personal-access-token/#configuring_github_authentication_che to create workspace from private github repository.
It's work fine for the first workspace, but it failed on all case for all the next.
Eclipse che UI display
Failed to request factory resolver: Internal Server Error occurred, error time: 2021-07-27 13:34:53"
Eclipse che server logs:
Note: after that che server create the secret
git-credentials-secret-7bl58
, it failed to create new workspace from private gihtub repository. If I remove the secret, it work again for 1 time, and need the delete it again and again.Che version
7.33.1
Steps to reproduce
devfile.yaml
on root.It's work fine, and in your kubernetes namespace, you can look eclpise che has created new secret called
git-credentials-secret-XXXXX
You get error on UI
"Failed to request factory resolver: Internal Server Error occurred, error time: 2021-07-27 13:34:53"
You get error on Eclipse che server:
Expected behavior
It create workspace wihtout error.
Runtime
oc version
)minikube version
andkubectl version
)minishift version
andoc version
)docker version
andkubectl version
)Screenshots
Installation method
chectl version
commandEnvironment
Eclipse Che Logs
Additional context
The text was updated successfully, but these errors were encountered: