mintel / dex-k8s-authenticator

A Kubernetes Dex Client Authenticator
MIT License
374 stars 146 forks source link

TLS v1.3 Unsupported #182

Open xunholy opened 3 years ago

xunholy commented 3 years ago

Using TLS v1.3 is unsupported in this project, it would be great if we could update the libs so this isn't an issue.


2021/11/04 05:45:35 Creating new provider https://dex.example.com
2021/11/04 05:45:35 Failed to query provider "https://dex.example.com": Get "https://dex.example.com/.well-known/openid-configuration": remote error: tls: protocol version not supported```
nabadger commented 3 years ago

@xUnholy I'll take a look at this as it should be easy to fix . Been a bit busy lately so trying to catch up on cases..

edit: Any chance you could try the latest build build (un-released). I think this should have been resolved by https://github.com/mintel/dex-k8s-authenticator/pull/166 (looks like I need to make a new release ...)

xunholy commented 2 years ago

Thanks @nabadger , let me know and I can test.