mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-30 09:27:19 +02:00
k8s cmd: use authclient package (#1722)
This commit is contained in:
parent
ab44f6b057
commit
796ad2ded8
4 changed files with 38 additions and 134 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue