redhat-developer / redhat-developer/vscode-openshift-tools
Create UI for logging in to a cluster
Open
@vrubezhny is already working on this.
Since Sep 6, 2023.
kind/enhancement
- Dominant language
- TypeScript
- Stars
- 123
- Forks
- 63
- Avg merge
- 6h 16m
- Merged PRs (30d)
- 74
Description
Create a webview for logging into a cluster. This should be a form where:
- The user selects the cluster to log in to. They should have the option to pick an existing cluster or add a new cluster using its URL
- If necessary, the user provides authentication for the cluster. This could be:
a. username and password
b. token
This workflow should be similar to the existing "Login" workflow that uses quick picks.
The motivations for doing this are:
- Currently, the user can't go back after selecting the cluster that they want to log in to in the case they selected the wrong cluster
I personally disagree with making this change, since it will add additional complexity to maintaining and testing the extension, with little added benefit to the end user.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.