-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add GitHub authentication manual flow #20995
Comments
I was wondering if when using oAuth, dashboard could not write the github token in the user namespace so editor will just read it (no need to prompt the user) |
Dashboard uses che-server oauth API which is going to be deprecated right? |
if I try to use a private repository, I've a personal token secret in my user namespace
|
The idea is to decouple things that are today being tied. Import a repository from github: always use oAuth flow: #20583 so editor don't need to get any oAuth configuration. |
Is your task related to a problem? Please describe
Since GitHub oauth flow is not implemented for the DevWorkspace engine, we need to have an ability to manually add a GitHub token.
Describe the solution you'd like
workspace-credentials-secret
secret.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: