-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
c/cliRelated to CLIRelated to CLIk/enhancementNew feature or improve an existing featureNew feature or improve an existing feature
Description
Add a new global flag called --insecure-skip-tls-verify with default value false. We'll then need to use a custom http client with tls config set to skip the verification.
This is required to make the CLI work with server endpoints that have self-signed certificates.
Refer to kubectl code for details.
We should also add a flag to accept the CA certificate.
Metadata
Metadata
Assignees
Labels
c/cliRelated to CLIRelated to CLIk/enhancementNew feature or improve an existing featureNew feature or improve an existing feature