vscode-openshift-tools icon indicating copy to clipboard operation
vscode-openshift-tools copied to clipboard

Add command to login to a cluster using 'oc login -u user -p password' from clipboard

Open dgolovin opened this issue 4 years ago • 1 comments

CRC tray icon on windows/mac provides context menu items to copy kubeadmin or developer password login command to clipboard. Would be good to have OpenShift: Login into cluster using user name and password from clipboard command that would pull cluster url, user name and password from clipboard and run odo login command with them.

dgolovin avatar Dec 02 '21 06:12 dgolovin

@dgolovin We do this for devsandbox integration. Just need to add command palette workflow for the same.

mohitsuman avatar Jan 28 '22 09:01 mohitsuman