Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

[SSH] Add no key pair warnings #407

Closed
wants to merge 1 commit into from

Conversation

gorkem
Copy link

@gorkem gorkem commented Aug 15, 2019

Adds warnings to view and delete keys when no key pairs exist.
fixes eclipse-che/che#14215

@@ -82,8 +82,16 @@ const writeKey = async (name: string, key: string) => {
await chmod(keyFile, '600');
};

const showWarning = async () => {
theia.window.showWarningMessage('Che Git plugin can leverage the generated keys now. To make them available in every workspace containers please restart your workspace.');
const warning = async (message: string) => {
Copy link
Contributor

@vinokurig vinokurig Aug 19, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is a function. I think showWarning suites more

Adds warnings to view and delete keys when
no key pairs exist.
@dmytro-ndp
Copy link
Contributor

crw-ci-test

@eclipse-che eclipse-che deleted a comment from che-bot Sep 4, 2019
@che-bot
Copy link
Contributor

che-bot commented Sep 4, 2019

E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:

@benoitf
Copy link
Contributor

benoitf commented Aug 10, 2020

closing as outdated

@benoitf benoitf closed this Aug 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SSH View public key
5 participants