k8s cmd: use authclient package (#1722)

This commit is contained in:
Caleb Doxsey 2020-12-29 12:06:31 -07:00 committed by GitHub
parent ab44f6b057
commit 796ad2ded8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 38 additions and 134 deletions

View file

@ -63,7 +63,7 @@ var tcpCmd = &cobra.Command{
var tlsConfig *tls.Config
if pomeriumURL.Scheme == "https" {
tlsConfig = new(tls.Config)
tlsConfig = getTLSConfig(false, "", "")
}
l := zerolog.New(zerolog.NewConsoleWriter(func(w *zerolog.ConsoleWriter) {