-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
redhat-developer/devspaces-gateway-plugin
#223Labels
area/editor/jetbrainsJetBrains IDEs supportJetBrains IDEs supportkind/enhancementA feature request - must adhere to the feature request template.A feature request - must adhere to the feature request template.severity/P1Has a major impact to usage or development of the system.Has a major impact to usage or development of the system.team/CThis team is responsible for the the IDEs and ExtensionsThis team is responsible for the the IDEs and Extensions
Description
Is your enhancement related to a problem? Please describe
follows up on #23558
Steps:
- ASSERT: have a kube config (or KUBECONFIG env var with a file) which has a token configured
- EXEC: in JetBrains Gateway click on "Connect to Dev Spaces"
- ASSERT: you get a wizard page where there's the server url and a token. Those are filled with the content in the kube config file
- EXEC: provide a different valid token and click "Check connection and continue"
- ASSERT: you get to the page which lists the existing workspaces
- EXEC: click "Back" & look at the token
Result:
The token is back to the value in the kube config, the token that you provided is gone.
Describe the solution you'd like
Allow the user to save the new token to the kube config file. Ideally it should be explicit so that changing the kube config is not unexpected. Could be achieved via ex. a checkbox "[x] Save to kube config file"
Describe alternatives you've considered
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
area/editor/jetbrainsJetBrains IDEs supportJetBrains IDEs supportkind/enhancementA feature request - must adhere to the feature request template.A feature request - must adhere to the feature request template.severity/P1Has a major impact to usage or development of the system.Has a major impact to usage or development of the system.team/CThis team is responsible for the the IDEs and ExtensionsThis team is responsible for the the IDEs and Extensions
Type
Projects
Status
Ready for Review