Tim Buckley
Tim Buckley
Looks like some changes in crossterm 0.10 broke the trick to open both /dev/tty and /dev/stdin. I filed a bug (https://github.com/TimonPost/crossterm/issues/188), but this is probably pretty far from being supported...
supposedly this is fixed in recent versions of crossterm, so I'll try to revisit it soon
I can at least auth against DigitalOcean now (uses embedded client + CA certs). Minikube and some kubeadm clusters are broken since rustls doesn't support IP address hosts (https://github.com/ctz/hyper-rustls/issues/56#issuecomment-446122851). Also,...
Also, still need some in-cluster auth support...
More TLS issues... * native-tls can't build Identity structs from PEMs: https://github.com/sfackler/rust-native-tls/issues/77 * potential workaround for using native-tls with PEM certificates: https://github.com/sfackler/rust-native-tls/issues/27#issuecomment-324262673 * the rustls backend doesn't support `danger_accept_invalid_hostnames()` (though...
Additional ssl-related complications if we want websocket support: * neither [rust-websocket](https://github.com/websockets-rs/rust-websocket) nor [ws-rs](https://github.com/housleyjk/ws-rs) support rustls, so native-tls is required * use of client/server certs is undocumented in either library; may...
Not a ton of movement over the last 8 months, unfortunately: * there's been a hint of movement on webpki so ip hostnames may be supported in the near future....
Started in #29, but blocked on SSL issues. The native client implementation supports all auth types I'm aware of and should theoretically work with any given kubeconfig... except for servers...
It looks like the monasca.io domain expired, and unfortunately its owner is no longer working on the project. You can still directly use the repository via GitHub, though: ```bash helm...
I've also just removed the redirect for our github.io domain, so now https://monasca.github.io/ works again: ```bash helm repo add monasca https://monasca.github.io/monasca-helm/ ```