portable icon indicating copy to clipboard operation
portable copied to clipboard

Allowing k8s connection using self signed certificate

Open drumbsd opened this issue 2 years ago • 2 comments

Is your feature request related to a problem? Please describe.

I have multiple clusters that uses a private chain and kubevious is unable to connect on them, printing this error:

image

Describe the solution you'd like

Passing and env variable or some other tips at runtime to configure kubevious to not verify endpoint certificate.

drumbsd avatar Jul 20 '22 07:07 drumbsd

Any updates on this?

very-doge-wow avatar Jul 19 '23 09:07 very-doge-wow

You can bypass this by setting the environment variable

NODE_TLS_REJECT_UNAUTHORIZED=0

Caution: This makes the whole process insecure.

very-doge-wow avatar Jul 19 '23 09:07 very-doge-wow